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/rlist2.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'templates/rlist2.html')

diff --git a/templates/rlist2.html b/templates/rlist2.html
index 33e924b..2450e06 100644
--- a/templates/rlist2.html
+++ b/templates/rlist2.html
@@ -2,7 +2,8 @@
 <head>
 	<title>Cypherpunk Remailers (v2) [<TMPL_VAR NAME="SITE_NAME">]</title>
 	<META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
-	<!-- $Id: rlist2.html,v 1.10 2002/09/12 15:41:49 weasel Exp $ -->
+	<link href="echolot.css" rel="stylesheet" type="text/css">
+	<!-- $Id: rlist2.html,v 1.11 2002/12/03 02:59:13 weasel Exp $ -->
 </head>
 <body>
 <h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
-- 
cgit v1.2.3