B in footer, replace "(c) Logilab" with "powered by CubicWeb" stable
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>
Wed, 26 Aug 2009 13:19:16 +0200
branchstable
changeset 3020 36c5f21c8de7
parent 3015 0588e39f6743
child 3021 a2d6caa8ff44
B in footer, replace "(c) Logilab" with "powered by CubicWeb"
web/views/basetemplates.py
--- a/web/views/basetemplates.py	Wed Aug 26 11:16:10 2009 +0200
+++ b/web/views/basetemplates.py	Wed Aug 26 13:19:16 2009 +0200
@@ -392,7 +392,7 @@
                                             req._(ChangeLogView.title).lower()))
         self.w(u'<a href="%s">%s</a> | ' % (req.build_url('doc/about'),
                                             req._('about this site')))
-        self.w(u'© 2001-2009 <a href="http://www.logilab.fr">Logilab S.A.</a>')
+        self.w(u'<a href="http://www.cubicweb.org">%s</a>' % req._('powered by CubicWeb'))
         self.w(u'</div>')