7 lines
230 B
Go Template
7 lines
230 B
Go Template
|
|
<tr>
|
|
<th><?php echo $this->getData('ally_tag')?></th>
|
|
<th><?php echo $this->getData('ally_name')?></th>
|
|
<th><?php echo $this->getData('ally_members')?></th>
|
|
<th><?php echo $this->getData('ally_points')?></th>
|
|
</tr>
|