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

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>