aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2009-08-13 15:57:22 +0000
committerlpsolit%gmail.com <>2009-08-13 15:57:22 +0000
commit098c49b047ab335cca14b08004c97001bea05a04 (patch)
tree76677a5be93eca5c800b23753e4f85cc4a4e1530
parentBug 430011: Disabled extensions are still included in template include path (diff)
downloadbugzilla-098c49b047ab335cca14b08004c97001bea05a04.tar.gz
bugzilla-098c49b047ab335cca14b08004c97001bea05a04.tar.bz2
bugzilla-098c49b047ab335cca14b08004c97001bea05a04.zip
Bug 458627: "My Requests" link no longer displayed in the footer of some pages - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
-rw-r--r--template/en/default/global/common-links.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl
index c524b4903..d817c4d0d 100644
--- a/template/en/default/global/common-links.html.tmpl
+++ b/template/en/default/global/common-links.html.tmpl
@@ -20,6 +20,8 @@
#%]
[% DEFAULT qs_suffix = "" %]
+[% USE Bugzilla %]
+
<ul class="links">
<li><a href="./">Home</a></li>
<li><span class="separator">| </span><a href="enter_bug.cgi">New</a></li>
@@ -98,7 +100,6 @@
# less confusing to have one form (as opposed to three) when you're
# required to log in.
#%]
- [% USE Bugzilla %]
[% IF user.authorizer.can_login && !Bugzilla.page_requires_login %]
[% PROCESS "account/auth/login-small.html.tmpl" %]
[% END %]