wootook-reloaded/application/design/frontend/base/default/scripts/deprecated/stat_alliancetable.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

9 lines
No EOL
482 B
Go Template

<tr>
<th><?php echo $this->getData('ally_rank')?></th>
<th><?php echo $this->getData('ally_rankplus')?></th>
<th><a href="alliance.php?mode=ainfo&tag=<?php echo $this->getData('ally_tag')?>" target='_ally'><?php echo $this->getData('ally_name')?></a></th>
<th><?php echo $this->getData('ally_mes')?></th>
<th><?php echo $this->getData('ally_members')?></th>
<th><?php echo $this->getData('ally_points')?></th>
<th><?php echo $this->getData('ally_members_points')?></th>
</tr>