Le titre n'est plus dans un h1...

darcs-hash:20070609142059-d1718-81f147cc436f5e5ad34813a6660d6ba2909d7f2e.gz
This commit is contained in:
bernat 2007-06-09 16:20:59 +02:00
parent 99c9d21fd9
commit c9d1e6c39e
2 changed files with 38 additions and 11 deletions

View file

@ -63,11 +63,10 @@ class Theme(ThemeBase):
"""
parent = d['page'].getParentPage()
title = [
self.title(d)[:-6], # On enlève </h1>
self.title(d),
parent and wikiutil.link_tag(self.request,
parent.page_name,
u'<img src="/wiki/crans-www/img/go-up.png" alt="Haut">') or u'',
u'</h1>'
]
html = [
u'<div id="globalWrapper">',