php-mpos/public/templates/mmcFE/home/default.tpl
2013-06-21 20:25:12 +02:00

6 lines
239 B
Smarty

{section name=news loop=$NEWS}
{include file="global/block_header.tpl" BLOCK_HEADER="{$NEWS[news].header} posted {$NEWS[news].time} by {$NEWS[news].author}"}
{$NEWS[news].content}
{include file="global/block_footer.tpl"}
{/section}