diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-12-03 02:59:13 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-12-03 02:59:13 +0000 |
commit | b025be7b869c06a774c09c92170c060bd9e1b179 (patch) | |
tree | 3cad523b5adcd6c22243ecb1724873a7ec6e44f7 /Echolot/Thesaurus.pm | |
parent | a5a75de615b8e131c4be7f3f12c2b293fa997ae3 (diff) |
Have support for translated templates
Use CSS - they need to be trimmed, I don't like Sergiusz's colors
thesaurusindexfile and indexfilebasename config values should not longer have the extension (.html) in them
Diffstat (limited to 'Echolot/Thesaurus.pm')
-rw-r--r-- | Echolot/Thesaurus.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Echolot/Thesaurus.pm b/Echolot/Thesaurus.pm index 887429e..b32dd80 100644 --- a/Echolot/Thesaurus.pm +++ b/Echolot/Thesaurus.pm @@ -1,7 +1,7 @@ package Echolot::Thesaurus; # (c) 2002 Peter Palfrader <peter@palfrader.org> -# $Id: Thesaurus.pm,v 1.12 2002/09/05 15:41:38 weasel Exp $ +# $Id: Thesaurus.pm,v 1.13 2002/12/03 02:59:13 weasel Exp $ # =pod @@ -103,7 +103,7 @@ sub build_thesaurus() { Echolot::Tools::write_HTML_file( Echolot::Config::get()->{'thesaurusindexfile'}, - Echolot::Config::get()->{'templates'}->{'thesaurusindexfile'}, + 'thesaurusindexfile', Echolot::Config::get()->{'buildthesaurus'}, remailers => \@data); }; |