summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-07-25 08:22:55 +0200
committergerv%gerv.net <>2002-07-25 08:22:55 +0200
commitf71149e1af4ac0b03678fc80da73a7cdc352c3aa (patch)
treee2bdebeb1b6a27171fc22b14fd5b4f9412052c3e /template
parent8685e9a274f0b6d88d0b3447662ff8db9564c8a9 (diff)
downloadbugzilla-f71149e1af4ac0b03678fc80da73a7cdc352c3aa.tar.gz
bugzilla-f71149e1af4ac0b03678fc80da73a7cdc352c3aa.tar.xz
Bug 67950 - Move the quip list into the database. Patch by davef@tetsubo.com; r=gerv, preed.
Diffstat (limited to 'template')
-rw-r--r--template/en/default/list/list.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl
index 8ffba004f..d89193290 100644
--- a/template/en/default/list/list.html.tmpl
+++ b/template/en/default/list/list.html.tmpl
@@ -44,7 +44,8 @@
<p>[% query FILTER html %]</p>
[% END %]
- [% IF quip %]
+ [% IF Param('usequip') %]
+ [% DEFAULT quip = "Bugzilla would like to put a random quip here, but no one has entered any." %]
<a href="quips.cgi"><i>[% quip FILTER html %]</i></a>
[% END %]