wootook-reloaded/application/design/base/default/scripts/page/html/message.phtml
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

4 lines
No EOL
158 B
PHTML

<div class="message">
<h1><?php echo $this->escape($this->getData('title'))?></h1>
<p><?php echo $this->escape($this->getData('message'))?></p>
</div>