diff options
Diffstat (limited to 'templates/html_head_inc.tpl')
| -rw-r--r-- | templates/html_head_inc.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/html_head_inc.tpl b/templates/html_head_inc.tpl new file mode 100644 index 0000000..ee92384 --- /dev/null +++ b/templates/html_head_inc.tpl @@ -0,0 +1,7 @@ +{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} +{if $minical} + <link rel="stylesheet" title="{$style}" type="text/css" href="{$smarty.const.CALENDAR_PKG_URL}styles/minical.css" media="all" /> +{/if} + |
