summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-18 09:30:57 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-18 09:30:57 +0100
commit8f2c47e4ae62125414bdd8232570e451d2872120 (patch)
treeb1a4390ccea78d43c7f11286729ea7853a1d9f4a /templates
parenta0132d4fdbfec8238a12926a7baee83a94595b45 (diff)
downloadkernel-8f2c47e4ae62125414bdd8232570e451d2872120.tar.gz
kernel-8f2c47e4ae62125414bdd8232570e451d2872120.tar.bz2
kernel-8f2c47e4ae62125414bdd8232570e451d2872120.zip
Remove legacy jscalender in favour of modern replacement
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/html_head_inc.tpl6
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/html_head_inc.tpl b/templates/html_head_inc.tpl
index 29c8b5e..34aa142 100755
--- a/templates/html_head_inc.tpl
+++ b/templates/html_head_inc.tpl
@@ -74,10 +74,4 @@
var bitTk = "{$gBitUser->mTicket}";
/* ]]> */</script>
-{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" nonce="{$cspNonce} />
- <script nonce="{$cspNonce}" async src="{$smarty.const.UTIL_PKG_URL}javascript/dynarch/jscalendar/calendar.js"></script>
- <script nonce="{$cspNonce}" async src="{$smarty.const.UTIL_PKG_URL}javascript/dynarch/jscalendar/lang/calendar-en.js"></script>
- <script nonce="{$cspNonce}" async src="{$smarty.const.UTIL_PKG_URL}javascript/dynarch/jscalendar/calendar-setup.js"></script>
-{/if}
{/strip}