diff --git a/public/templates/mmcFE/home/default.tpl b/public/templates/mmcFE/home/default.tpl index a54859db..81006aff 100644 --- a/public/templates/mmcFE/home/default.tpl +++ b/public/templates/mmcFE/home/default.tpl @@ -1,5 +1,5 @@ {section name=news loop=$NEWS} - {include file="global/block_header.tpl" BLOCK_HEADER="{$NEWS[news].header} posted {$NEWS[news].time} by {$NEWS[news].author}"} + {include file="global/block_header.tpl" BLOCK_HEADER="{$NEWS[news].header}, posted {$NEWS[news].time|date_format:"%b %e, %Y at %H:%M"} by {$NEWS[news].author}"} {$NEWS[news].content} {include file="global/block_footer.tpl"} {/section}