summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2009-05-05 15:48:14 +0000
committerwjames5 <will@tekimaki.com>2009-05-05 15:48:14 +0000
commit9009e29a55126dd50cc204052001ee24c0ad4e02 (patch)
tree9f74a70465ed0779a5bed4e10ed10f248474c49d
parentad7a467a390653ac9a9d361499e45763b4b4e07c (diff)
downloadliberty-9009e29a55126dd50cc204052001ee24c0ad4e02.tar.gz
liberty-9009e29a55126dd50cc204052001ee24c0ad4e02.tar.bz2
liberty-9009e29a55126dd50cc204052001ee24c0ad4e02.zip
remove depricated storeage plugin stuff and crusty outdated ajax bits
-rw-r--r--templates/header_inc.tpl15
1 files changed, 1 insertions, 14 deletions
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl
index 9801a6e..349e62c 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.16 2008/09/14 19:23:39 wjames5 Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_liberty/templates/header_inc.tpl,v 1.17 2009/05/05 15:48:14 wjames5 Exp $ *}
{strip}
{if $structureInfo}
<link rel="index" title="{tr}Contents{/tr}" href="index.php?structure_id={$structureInfo.root_structure_id}" />
@@ -30,17 +30,4 @@ $gBitThemes->loadJavascript(); *}
LibertyContent.CONTENT_TYPE_GUID = "{$gContent->mContentTypeGuid}";
</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 />
-{/if}
{/strip}