summaryrefslogtreecommitdiff
path: root/templates/header_inc.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/header_inc.tpl')
-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}