From d6d48143a5445fc87ccc11a9362414aa988dade3 Mon Sep 17 00:00:00 2001 From: Nick Palmer Date: Thu, 8 Nov 2007 11:45:16 +0000 Subject: Set a flag to indicate the minical has been rendered and only include minical css if it has. --- templates/header_inc.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl index ae1a1d1..ee92384 100644 --- a/templates/header_inc.tpl +++ b/templates/header_inc.tpl @@ -1,5 +1,7 @@ {if $smarty.const.ACTIVE_PACKAGE == 'calendar'} {/if} - +{if $minical} + +{/if} -- cgit v1.3