* Adjusted mmcfe-ng occurences in code * Adjusted Database strucutre to only supply the full structure * Adjusted default template to MPOS Addresses #643
10 lines
379 B
Smarty
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}
|