From b025be7b869c06a774c09c92170c060bd9e1b179 Mon Sep 17 00:00:00 2001 From: Peter Palfrader <peter@palfrader.org> Date: Tue, 3 Dec 2002 02:59:13 +0000 Subject: 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 --- templates/echolot.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates/echolot.html') diff --git a/templates/echolot.html b/templates/echolot.html index 161840c..82d710c 100644 --- a/templates/echolot.html +++ b/templates/echolot.html @@ -2,7 +2,8 @@ <head> <title>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</title> <META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">"> - <!-- $Id: echolot.html,v 1.9 2002/09/12 15:41:49 weasel Exp $ --> + <link href="echolot.css" rel="stylesheet" type="text/css"> + <!-- $Id: echolot.html,v 1.10 2002/12/03 02:59:13 weasel Exp $ --> </head> <body> <h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1> -- cgit v1.2.3