diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/global/site-navigation.html.tmpl | 2 |
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 %] |