diff options
| -rw-r--r-- | templates/html_head_inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/html_head_inc.tpl b/templates/html_head_inc.tpl index ee92384..cdb0ce7 100644 --- a/templates/html_head_inc.tpl +++ b/templates/html_head_inc.tpl @@ -1,4 +1,4 @@ -{if $smarty.const.ACTIVE_PACKAGE == 'calendar'} +{if $gBitSystem->getActivePackage() == 'calendar'} <link rel="stylesheet" title="{$style}" type="text/css" href="{$smarty.const.CALENDAR_PKG_URL}styles/plain.css" media="all" /> {/if} {if $minical} |
