diff options
author | bbaetz%acm.org <> | 2003-11-22 11:50:36 +0000 |
---|---|---|
committer | bbaetz%acm.org <> | 2003-11-22 11:50:36 +0000 |
commit | da857afa089e79ad16fb833dd1ffe397055fd892 (patch) | |
tree | 4582f630aa59c35fdb25aa30fd71c617977e0a86 /page.cgi | |
parent | Bug 220642 - Setting pref 'maxusermatches' to '0' does not search for all (diff) | |
download | bugzilla-da857afa089e79ad16fb833dd1ffe397055fd892.tar.gz bugzilla-da857afa089e79ad16fb833dd1ffe397055fd892.tar.bz2 bugzilla-da857afa089e79ad16fb833dd1ffe397055fd892.zip |
Bug 208604 - Make data/template dir locations configurable
Diffstat (limited to 'page.cgi')
-rwxr-xr-x | page.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ ############################################################################### # This CGI is a general template display engine. To display templates using it, -# put them in the "pages" subdirectory of template/en/default, call them +# put them in the "pages" subdirectory of en/default, call them # "foo.<ctype>.tmpl" and use the URL page.cgi?id=foo.<ctype> , where <ctype> is # a content-type, e.g. html. ############################################################################### |