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

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>