diff options
| author | modela bitweaver <bitweaver@modela> | 2016-06-21 12:44:09 -0400 |
|---|---|---|
| committer | modela bitweaver <bitweaver@modela> | 2016-06-21 12:44:09 -0400 |
| commit | e4b6469f4f1ba0988ac72e3a6d342b6b34a51dc3 (patch) | |
| tree | c4d2f75b313d6d56c4b0eee93f7477619743977d /templates | |
| parent | 77a625866943f6221a6824b1bac5671f2b16c283 (diff) | |
| download | calendar-e4b6469f4f1ba0988ac72e3a6d342b6b34a51dc3.tar.gz calendar-e4b6469f4f1ba0988ac72e3a6d342b6b34a51dc3.tar.bz2 calendar-e4b6469f4f1ba0988ac72e3a6d342b6b34a51dc3.zip | |
update for BitSystem::get(set)ActivePackage() instead of ACTIVE_PACKAGE
Diffstat (limited to 'templates')
| -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} |
