summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/site-navigation.html.tmpl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2002-12-09 19:40:39 +0100
committerjustdave%syndicomm.com <>2002-12-09 19:40:39 +0100
commitbc4f1a74e8eafc094380c8cdc0370a9f6ec3c05f (patch)
treed3e414a3d746ae485b9eb528c1a17912d6bfa086 /template/en/default/global/site-navigation.html.tmpl
parentd297f88d022f45e4d6341e7eca49049a4947cd8f (diff)
downloadbugzilla-bc4f1a74e8eafc094380c8cdc0370a9f6ec3c05f.tar.gz
bugzilla-bc4f1a74e8eafc094380c8cdc0370a9f6ec3c05f.tar.xz
Bug 184365: link to urlbase instead of index.cgi from "Top" link in navigation toolbar.
r=gerv, a=me
Diffstat (limited to 'template/en/default/global/site-navigation.html.tmpl')
-rw-r--r--template/en/default/global/site-navigation.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/site-navigation.html.tmpl b/template/en/default/global/site-navigation.html.tmpl
index 77611b465..e0fb49a6a 100644
--- a/template/en/default/global/site-navigation.html.tmpl
+++ b/template/en/default/global/site-navigation.html.tmpl
@@ -26,7 +26,7 @@
#%]
[% IF NOT (user_agent.match("MSIE [1-6]") OR user_agent.match("Mozilla/4")) %]
- <link rel="Top" href="index.cgi">
+ <link rel="Top" href="[% Param('urlbase') %]">
[%# *** Bug List Navigation *** %]
[% IF bug && bug_list && bug_list.size > 0 %]