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

8 lines
No EOL
256 B
Go Template

<br><br>
<table width="519">
<tr>
<td class="c"><h1><span style="color: <?php echo $this->getData('color')?>;"><?php echo $this->getData('title')?></span></h1></td>
</tr><tr>
<th class="errormessage"><?php echo $this->getData('mes')?></th>
</tr>
</table>