X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=plugin%2Ftheme%2Fsite.py;h=226680ba6dbcb6a39c6f2dc9a86ebac326f681b7;hb=12b46399c84b4b2d3077483fbe3528653b3e217c;hp=e3288c21a0e0e74aac695ebd8a4047dbeaf8f736;hpb=60b94304e6f704ae567056a9b8b41a7c2806f84e;p=matthijs%2Fprojects%2Fwipi.git diff --git a/plugin/theme/site.py b/plugin/theme/site.py index e3288c2..226680b 100644 --- a/plugin/theme/site.py +++ b/plugin/theme/site.py @@ -1,6 +1,9 @@ # -*- coding: iso-8859-1 -*- """ - Evolution Events, website theme + MoinMoin - Generic website theme. + + @copyright: 2009+ Matthijs Kooijman + @license: GNU GPL, see COPYING for details. This theme is meant for wiki's that are meant to function as a website, meaning nothing fancy and wiki-ish (at least when you're not logged in). @@ -83,6 +86,7 @@ class SiteTheme(ThemeBase): # Header u'', @@ -119,6 +123,7 @@ class SiteTheme(ThemeBase): #self.editbar(d), #self.credits(d), #self.showversion(d, **keywords), + u'
', u'', # Post footer custom html @@ -182,14 +187,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: