site: Add a "footerbottom" div to stretch the body element.
[matthijs/projects/wipi.git] / plugin / theme / site.py
index e3288c21a0e0e74aac695ebd8a4047dbeaf8f736..e58d273fb55e27efad6abed19b718313cf56658d 100644 (file)
@@ -83,6 +83,7 @@ class SiteTheme(ThemeBase):
 
             # Header
             u'<div id="header">',
+            self.logo(),
             self.menu(d),
             u'</div>',
 
@@ -119,6 +120,7 @@ class SiteTheme(ThemeBase):
             #self.editbar(d),
             #self.credits(d),
             #self.showversion(d, **keywords),
+            u'<div id="footerbottom"></div>',
             u'</div>',
 
             # Post footer custom html