From 8c3fb39efe99bc18f22669dfee386958e308bb3a Mon Sep 17 00:00:00 2001 From: spiderr Date: Sat, 25 Nov 2023 12:05:07 -0500 Subject: mv jscalendar head code to UTIL_PKG --- templates/html_head_inc.tpl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/html_head_inc.tpl 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' )} + + + + +{/if} +{/strip} -- cgit v1.3