From fe232b7d20f0e639d24763a37f166969c26ba575 Mon Sep 17 00:00:00 2001 From: salles Date: Wed, 19 Apr 2006 11:19:09 +0200 Subject: [PATCH] On met le titre du crans sur toutes les pages en www darcs-hash:20060419091909-72cb0-a4d913a1ed4349d52b22f3989aec1214e7898a3c.gz --- wiki/theme/crans-www.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/theme/crans-www.py b/wiki/theme/crans-www.py index f2674fed..910428fc 100644 --- a/wiki/theme/crans-www.py +++ b/wiki/theme/crans-www.py @@ -492,7 +492,7 @@ class Theme(ThemeBase): alterations if necessary """ html = [ - u'%(title)s - %(sitename)s' % d, + u'.::   c r @ n s   :   C a c h a n   /   R é s e a u   @   N o r m a l e   S u p \'   ::.', self.headscript(d), # Should move to separate .js file self.html_stylesheets(d), self.rtl_stylesheet(d),