diff options
| -rw-r--r-- | templates/header_inc.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl index 1347c5d..e53d8d0 100644 --- a/templates/header_inc.tpl +++ b/templates/header_inc.tpl @@ -1 +1,3 @@ -<link rel="stylesheet" title="{$style}" type="text/css" href="{$smarty.const.CALENDAR_PKG_URL}styles/plain.css" media="all" /> +{if $smarty.const.ACTIVE_PACKAGE == 'calendar'} + <link rel="stylesheet" title="{$style}" type="text/css" href="{$smarty.const.CALENDAR_PKG_URL}styles/plain.css" media="all" /> +{/if} |
