diff options
| author | spiderr <spiderr@bitweaver.org> | 2023-11-25 12:05:07 -0500 |
|---|---|---|
| committer | spiderr <spiderr@bitweaver.org> | 2023-11-25 12:05:07 -0500 |
| commit | 8c3fb39efe99bc18f22669dfee386958e308bb3a (patch) | |
| tree | f1f921077bb8b293456f6422ea79eeba8d0899c6 /templates | |
| parent | 74651dba7727675405a23ad4a937a09376122ea1 (diff) | |
| download | util-8c3fb39efe99bc18f22669dfee386958e308bb3a.tar.gz util-8c3fb39efe99bc18f22669dfee386958e308bb3a.tar.bz2 util-8c3fb39efe99bc18f22669dfee386958e308bb3a.zip | |
mv jscalendar head code to UTIL_PKG
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/html_head_inc.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/html_head_inc.tpl b/templates/html_head_inc.tpl new file mode 100644 index 0000000..d592cf4 --- /dev/null +++ b/templates/html_head_inc.tpl @@ -0,0 +1,8 @@ +{strip} +{if $gBitSystem->isPackageActive('jscalendar') && $gBitSystem->isFeatureActive( 'site_use_jscalendar' )} + <link rel="stylesheet" title="{$style}" type="text/css" href="{$smarty.const.UTIL_PKG_URL}javascript/dynarch/jscalendar/calendar-system.css" media="all"> + <script async src="{$smarty.const.UTIL_PKG_URL}javascript/dynarch/jscalendar/calendar.js"></script> + <script async src="{$smarty.const.UTIL_PKG_URL}javascript/dynarch/jscalendar/lang/calendar-en.js"></script> + <script async src="{$smarty.const.UTIL_PKG_URL}javascript/dynarch/jscalendar/calendar-setup.js"></script> +{/if} +{/strip} |
