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

11 lines
307 B
Go Template

<br>
<table width=519>
<tr>
<td class=c colspan=2><?php echo $this->getData('alliance')?></td>
</tr>
<tr>
<th><a href="?mode=make"><?php echo $this->getData('make_alliance_owner')?></a></th>
<th><a href="?mode=search"><?php echo $this->getData('search_alliance')?></a></th>
</tr>
</table>
<br>