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

15 lines
No EOL
515 B
Go Template

<br><br>
<h2><?php echo $this->getData('adm_mt_title')?></h2>
<table width="570" style="color:#FFFFFF">
<tr>
<td class="c" colspan="9"><?php echo $this->getData('adm_mt_list')?></td>
</tr>
<tr>
<th width="20%"><?php echo $this->getData('adm_mt_player')?></th>
<th width="80%"><?php echo $this->getData('adm_mt_text')?></th>
</tr>
<?php echo $this->getData('adm_mt_table')?>
<tr>
<th class="b" colspan="9"><?php echo $this->getData('adm_mt_count')?> <?php echo $this->getData('adm_mt_multi')?></th>
</tr>
</table>