wootook-reloaded/application/design/frontend/base/default/scripts/deprecated/stat_playertable.tpl
Gregory PLANCHAT 66805034a6 Configuration & Layout architecture updates
Fixed production bug
Fixed styles
Updated Action Controller

Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
2012-01-13 23:36:03 +01:00

8 lines
No EOL
422 B
Go Template

<tr>
<th align="center"><?php echo $this->getData('player_rank')?></th>
<th align="center"><?php echo $this->getData('player_rankplus')?></th>
<th align="left"><?php echo $this->getData('player_name')?></th>
<th align="center"><?php echo $this->getData('player_mes')?></th>
<th align="left"><?php echo $this->getData('player_alliance')?></th>
<th align="right"><?php echo $this->getData('player_points')?></th>
</tr>