]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 184365: link to urlbase instead of index.cgi from "Top" link in navigation toolbar.
authorjustdave%syndicomm.com <>
Mon, 9 Dec 2002 18:40:39 +0000 (18:40 +0000)
committerjustdave%syndicomm.com <>
Mon, 9 Dec 2002 18:40:39 +0000 (18:40 +0000)
r=gerv, a=me

template/en/default/global/site-navigation.html.tmpl

index 77611b46528a754aac1befa0e90283e9853919f9..e0fb49a6a4d7fee536989a83113c747fbceb37a1 100644 (file)
@@ -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 %]