themes: Remove some unused code.
[matthijs/projects/wipi.git] / plugin / theme / site.py
index c190efb1b8ffd00411b288d45d7f07f098335df7..19b10bd51df4c26ed6676a853cd6ac9ec6ea20c0 100644 (file)
@@ -120,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
@@ -183,14 +184,4 @@ class SiteTheme(ThemeBase):
         # This adds #pagebottom and closes #page
         return html
 
-def execute(request):
-    """
-    Generate and return a theme object
-        
-    @param request: the request object
-    @rtype: MoinTheme
-    @return: Theme object
-    """
-    return Theme(request)
-
 # vim: set sw=4 sts=4 expandtab: