From ce3be56f8de35c8974921b4f145e6f312eb986df Mon Sep 17 00:00:00 2001
From: "gerv%gerv.net" <>
Date: Mon, 8 Mar 2004 07:23:59 +0000
Subject: Bug 232141 - all all saved searches to footer until linkinfooter UI
returns. Patch by gerv; r=myk, a=justdave.
---
template/en/default/global/useful-links.html.tmpl | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
(limited to 'template/en')
diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl
index f9415df9b..289347d52 100644
--- a/template/en/default/global/useful-links.html.tmpl
+++ b/template/en/default/global/useful-links.html.tmpl
@@ -96,11 +96,9 @@
[% END %]
[% FOREACH q = user.queries %]
- [% IF q.linkinfooter %]
- [% " | " IF print_pipe %]
- [% q.name FILTER html %]
- [% print_pipe = 1 %]
- [% END %]
+ [% " | " IF print_pipe %]
+ [% q.name FILTER html %]
+ [% print_pipe = 1 %]
[% END %]
--
cgit v1.2.1