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 /templates/thesaurusindex.html | |
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 'templates/thesaurusindex.html')
-rw-r--r-- | templates/thesaurusindex.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/thesaurusindex.html b/templates/thesaurusindex.html index 08b8bf8..61b7393 100644 --- a/templates/thesaurusindex.html +++ b/templates/thesaurusindex.html @@ -2,7 +2,8 @@ <head> <title>Thesaurus [<TMPL_VAR NAME="SITE_NAME">]</title> <META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">"> - <!-- $Id: thesaurusindex.html,v 1.5 2002/08/14 22:54:20 weasel Exp $ --> + <link href="../echolot.css" rel="stylesheet" type="text/css"> + <!-- $Id: thesaurusindex.html,v 1.6 2002/12/03 02:59:13 weasel Exp $ --> </head> <body> <h1>Thesaurus [<TMPL_VAR NAME="SITE_NAME">]</h1> |