summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2007-01-08 09:48:09 +0000
committerMax Kremmel <xing@synapse.plus.com>2007-01-08 09:48:09 +0000
commit809325ac82464fd3c4193c9c24f8ed0079239ccb (patch)
treecc938e3fdb19b838f1a8a467e1e64a15eb1c7a95 /templates
parentf76e0f8ad87a51f7e4cf351f5d759b17e75557d7 (diff)
downloadsearch-809325ac82464fd3c4193c9c24f8ed0079239ccb.tar.gz
search-809325ac82464fd3c4193c9c24f8ed0079239ccb.tar.bz2
search-809325ac82464fd3c4193c9c24f8ed0079239ccb.zip
clean up <link rel=...> stuff in <head>, turn the links into a customisable feature, only include certain links when feature is active
Diffstat (limited to 'templates')
-rw-r--r--templates/header_inc.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl
new file mode 100644
index 0000000..bb85484
--- /dev/null
+++ b/templates/header_inc.tpl
@@ -0,0 +1,3 @@
+{if $gBitSystem->isPackageActive( 'search' ) and $gBitSystem->isFeatureActive( 'site_header_extended_nav' )}
+ <link rel="search" title="{tr}Search{/tr}" href="{$smarty.const.SEARCH_PKG_URL}" />
+{/if}