diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-08-10 01:36:47 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-08-10 01:36:47 +0000 |
commit | 0b94c34343aee2dfb449166f4884f16a71e3c7fe (patch) | |
tree | 7248e7742d43b40b8bc79bb135a7ea576e51ac46 /Echolot/Config.pm | |
parent | eccb64b18dbc0c65e8b0a218b478d5bae73893a9 (diff) |
Produce echolot.html, an index file for echolot resultsecholot-2.0beta25
Diffstat (limited to 'Echolot/Config.pm')
-rw-r--r-- | Echolot/Config.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Echolot/Config.pm b/Echolot/Config.pm index 9d818f9..ee15d58 100644 --- a/Echolot/Config.pm +++ b/Echolot/Config.pm @@ -1,7 +1,7 @@ package Echolot::Config; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: Config.pm,v 1.34 2002/08/05 17:46:17 weasel Exp $ +# $Id: Config.pm,v 1.35 2002/08/10 01:36:47 weasel Exp $ # =pod @@ -137,6 +137,7 @@ sub init($) { # templates templates => { + 'indexfile' => 'templates/echolot.html', 'thesaurusindexfile' => 'templates/thesaurusindex.html', 'mlist' => 'templates/mlist.html', 'mlist2' => 'templates/mlist2.html', |