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/rlist.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/rlist.html')
-rw-r--r-- | templates/rlist.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/rlist.html b/templates/rlist.html index 3ff82c0..61f3f08 100644 --- a/templates/rlist.html +++ b/templates/rlist.html @@ -2,7 +2,8 @@ <head> <title>Cypherpunk Remailers [<TMPL_VAR NAME="SITE_NAME">]</title> <META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">"> - <!-- $Id: rlist.html,v 1.10 2002/09/12 15:41:49 weasel Exp $ --> + <link href="echolot.css" rel="stylesheet" type="text/css"> + <!-- $Id: rlist.html,v 1.11 2002/12/03 02:59:13 weasel Exp $ --> </head> <body> <h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1> |