changeset 9760 | 7bc3e55d365e |
parent 9552 | 1358f8ef1b5b |
child 10080 | bc7c3b0f439b |
--- a/web/views/basecomponents.py Wed Apr 09 15:42:27 2014 +0200 +++ b/web/views/basecomponents.py Mon May 05 11:26:18 2014 +0200 @@ -97,8 +97,7 @@ context = _('header-left') def render(self, w): - w(u'<a href="%s"><img id="logo" src="%s" alt="logo"/></a>' - % (self._cw.base_url(), self._cw.uiprops['LOGO'])) + w(u'<a id="logo" href="%s"></a>' % self._cw.base_url()) class ApplicationName(HeaderComponent):