php-mpos/public/templates/mpos/home/default.tpl
Sebastian Grewe 02c9be54ed [MAJOR] Changing project name to MPOS
* Adjusted mmcfe-ng occurences in code
* Adjusted Database strucutre to only supply the full structure
* Adjusted default template to MPOS

Addresses #643
2013-10-07 10:10:49 +02:00

10 lines
379 B
Smarty

{section name=news loop=$NEWS}
<article class="module width_full">
<header><h3>{$NEWS[news].header}, <font size=\"1px\">posted {$NEWS[news].time|date_format:"%b %e, %Y at %H:%M"} by <b>{$NEWS[news].author}</b></font></h3></header>
<div class="module_content">
{$NEWS[news].content}
<div class="clear"></div>
</div>
</article>
{/section}