site: Also show the logo when editing.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 19 Apr 2010 18:29:06 +0000 (20:29 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 19 Apr 2010 18:29:06 +0000 (20:29 +0200)
plugin/theme/site.py

index e3288c21a0e0e74aac695ebd8a4047dbeaf8f736..c190efb1b8ffd00411b288d45d7f07f098335df7 100644 (file)
@@ -83,6 +83,7 @@ class SiteTheme(ThemeBase):
 
             # Header
             u'<div id="header">',
+            self.logo(),
             self.menu(d),
             u'</div>',