summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2008-09-14 19:23:39 +0000
committerwjames5 <will@tekimaki.com>2008-09-14 19:23:39 +0000
commitd539c4f0a370f949905813844a8036511caecdab (patch)
tree6c6f4084027298e506b1d101e4eb2959ebce06c8
parent04c2290531fe10019ce89ef2cc92a1b62b3f553e (diff)
downloadliberty-d539c4f0a370f949905813844a8036511caecdab.tar.gz
liberty-d539c4f0a370f949905813844a8036511caecdab.tar.bz2
liberty-d539c4f0a370f949905813844a8036511caecdab.zip
move js included via 'load' processes to kernel since themes is processed too late, move multifile upload to liberty its home
-rw-r--r--templates/header_inc.tpl10
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl
index 17aab18..9801a6e 100644
--- a/templates/header_inc.tpl
+++ b/templates/header_inc.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_liberty/templates/header_inc.tpl,v 1.15 2008/07/01 15:02:11 wjames5 Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_liberty/templates/header_inc.tpl,v 1.16 2008/09/14 19:23:39 wjames5 Exp $ *}
{strip}
{if $structureInfo}
<link rel="index" title="{tr}Contents{/tr}" href="index.php?structure_id={$structureInfo.root_structure_id}" />
@@ -31,6 +31,14 @@ $gBitThemes->loadJavascript(); *}
</script>
{/if}
+{* This is only kept here for legacy code and will be removed once we've fully
+ weened bitweaver off the old storage plugins. this is required by the old
+ bitstorage plugin. users with regular installs of bitweaver > 2.1 can remove
+ this. *}
+{if $loadMultiFile}
+ {jspack ifile=libs/multifile.js defer='defer'}
+{/if}
+
{if $loadDynamicTree || $attachments_ajax}
Deprecated use of $loadDynamicTree or $attachments_ajax<br />
use: $gBitThemes-&gt;loadJavascript(); instead<br />