X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=plugin%2Ftheme%2Fsite.py;h=19b10bd51df4c26ed6676a853cd6ac9ec6ea20c0;hb=b3fdc992a52066a8a5bd004834445eec6eb70961;hp=c190efb1b8ffd00411b288d45d7f07f098335df7;hpb=0127eba7013cb8c91a20dbea213482ac9fd32921;p=matthijs%2Fprojects%2Fwipi.git diff --git a/plugin/theme/site.py b/plugin/theme/site.py index c190efb..19b10bd 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 @@ -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: