themes: Add proper copyright.
[matthijs/projects/wipi.git] / plugin / theme / site.py
index e58d273fb55e27efad6abed19b718313cf56658d..226680ba6dbcb6a39c6f2dc9a86ebac326f681b7 100644 (file)
@@ -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).
@@ -184,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: