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

13 lines
No EOL
435 B
Go Template

<br>
<table width="600" style="color:#FFFFFF">
<tr>
<td class="c" colspan="6"><?php echo $this->getData('ban_title')?></td>
</tr><tr>
<th><?php echo $this->getData('ban_name')?></th>
<th><?php echo $this->getData('ban_reason')?></th>
<th><?php echo $this->getData('ban_from')?></th>
<th><?php echo $this->getData('ban_to')?></th>
<th><?php echo $this->getData('ban_by')?></th>
</tr>
<?php echo $this->getData('banned')?>
</table>