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

5 lines
No EOL
375 B
Go Template

<tr>
<th width=120><img src="images/officiers/<?php echo $this->getData('off_id')?>.jpg" align="top" width="120" height="120" /></th>
<th align=center><font color="#ff8900"><?php echo $this->getData('off_tx_lvl')?> <?php echo $this->getData('off_lvl')?></font><?php echo $this->getData('off_desc')?></th>
<th align=center><?php echo $this->getData('off_link')?></th>
</tr>