From 39e7055551f3ec5af83f88d9ee3d88c5cc73a8dc Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 19 Apr 2010 20:29:52 +0200 Subject: [PATCH] site: Add a "footerbottom" div to stretch the body element. --- plugin/theme/site.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/theme/site.py b/plugin/theme/site.py index c190efb..e58d273 100644 --- a/plugin/theme/site.py +++ b/plugin/theme/site.py @@ -120,6 +120,7 @@ class SiteTheme(ThemeBase): #self.editbar(d), #self.credits(d), #self.showversion(d, **keywords), + u'
', u'', # Post footer custom html -- 2.30.2