]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 458627: "My Requests" link no longer displayed in the footer of some pages -...
authorlpsolit%gmail.com <>
Thu, 13 Aug 2009 15:57:22 +0000 (15:57 +0000)
committerlpsolit%gmail.com <>
Thu, 13 Aug 2009 15:57:22 +0000 (15:57 +0000)
template/en/default/global/common-links.html.tmpl

index c524b4903912bce014c75e7dbb5788a7f15f91f3..d817c4d0dd81116bacb84503865fc9de0df116f2 100644 (file)
@@ -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>
       # 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 %]