wootook-reloaded/application/design/base/default/scripts/deprecated/stat_playertable_header.tpl
Gregory PLANCHAT ec7e40e1aa Refactored to 2 namespaces: Wootook & Legacies
Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2011-10-04 19:57:00 +02:00

8 lines
No EOL
357 B
Go Template

<tr>
<td class="c" width="30"><?php echo $this->getData('Position')?></td>
<td class="c" width="30"><?php echo $this->getData('Difference')?></td>
<td class="c"><?php echo $this->getData('Player')?></td>
<td class="c">&nbsp;</td>
<td class="c"><?php echo $this->getData('Alliance')?></td>
<td class="c"><?php echo $this->getData('Points')?></td>
</tr>