From 61a2a309163a7a38485c60015d86a1693cc89a51 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Tue, 25 Jun 2013 14:11:25 +0200 Subject: [PATCH] Missing --- public/templates/mmcFE/home/default.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/templates/mmcFE/home/default.tpl b/public/templates/mmcFE/home/default.tpl index 81006aff..e898af86 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|date_format:"%b %e, %Y at %H:%M"} 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}