X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=plugin%2Ftheme%2Fsite.py;h=226680ba6dbcb6a39c6f2dc9a86ebac326f681b7;hb=12b46399c84b4b2d3077483fbe3528653b3e217c;hp=17f4bfe3125c92fde5c203c93e3b85c6c49490f2;hpb=bca7a535d5c77b71a60e5f535db8b6f8116ca698;p=matthijs%2Fprojects%2Fwipi.git diff --git a/plugin/theme/site.py b/plugin/theme/site.py index 17f4bfe..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). @@ -46,8 +49,8 @@ class SiteTheme(ThemeBase): # Header u'' - #html += ThemeBase.endPage(self) + html = u'\n' + html += ThemeBase.endPage(self) + # 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: