web/views/basecomponents.py
changeset 5444 f7fdb5dd82f6
parent 5426 0d4853a6e5ee
child 5467 57372dbfd114
--- a/web/views/basecomponents.py	Thu Apr 29 14:21:59 2010 +0200
+++ b/web/views/basecomponents.py	Fri Apr 30 12:14:15 2010 +0200
@@ -79,7 +79,7 @@
 
     def call(self):
         self.w(u'<a href="%s"><img class="logo" src="%s" alt="logo"/></a>'
-               % (self._cw.base_url(), self._cw.external_resource('LOGO')))
+               % (self._cw.base_url(), self._cw.vreg.config.uiprops['LOGO']))
 
 
 class ApplHelp(component.Component):