Updated page display for shipyard, defenses and buildings. Moved legacy template files. Added install/migration.mysql to report changes to the database on testing environments. Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
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>
|