wootook-reloaded/application/design/frontend/base/default/scripts/empire/overview/messages.phtml
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

11 lines
No EOL
352 B
PHTML

<?php if ($this['count'] > 0):?>
<tr>
<th colspan=4>
<?php if ($this['count'] == 1):?>
<a href=messages.php><?php echo $this->__('You have 1 unread message.')?></a>
<?php else:?>
<a href=messages.php><?php echo $this->__('You have %1$d unread messages.', $this['count'])?></a>
<?php endif?>
</th>
</tr>
<?php endif?>