diff options
author | gerv%gerv.net <> | 2002-07-25 08:22:55 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-07-25 08:22:55 +0200 |
commit | f71149e1af4ac0b03678fc80da73a7cdc352c3aa (patch) | |
tree | e2bdebeb1b6a27171fc22b14fd5b4f9412052c3e /template/en/default/list | |
parent | 8685e9a274f0b6d88d0b3447662ff8db9564c8a9 (diff) | |
download | bugzilla-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/en/default/list')
-rw-r--r-- | template/en/default/list/list.html.tmpl | 3 |
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 %] |