php-mpos/public/templates/mmcFE/global/motd.tpl
Sebastian Grewe b2725fbce5 Getting rid of various PHP notice warnings
* Assigned empty defaults on templates
* Added some variable checking
2013-05-31 11:56:56 +02:00

7 lines
236 B
Smarty

{if $GLOBAL.motd|default}
<div id="generic_infobox" style="margin-left:3px;">
<font color="orange" size="1">***Message of the Day***<br></font>
<font size="1">{$GLOBAL.motd|escape:'html'}</font>
</div>
{/if}