From: Matthijs Kooijman Date: Thu, 2 Jul 2009 15:43:02 +0000 (+0200) Subject: Shuffle the layout around a bit again. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=commitdiff_plain;h=6f6c41b3e0a69f9d6fc3b7a3d2a293e21b20f124 Shuffle the layout around a bit again. --- diff --git a/plugin/theme/site.py b/plugin/theme/site.py index d250781..37bff91 100644 --- a/plugin/theme/site.py +++ b/plugin/theme/site.py @@ -11,6 +11,7 @@ from MoinMoin.theme import ThemeBase from MoinMoin.Page import Page +from MoinMoin import wikiutil class SiteTheme(ThemeBase): @@ -63,6 +64,7 @@ class SiteTheme(ThemeBase): # Start of page self.startPage(), + self.editbar(d), self.msg(d), ] return u'\n'.join(html) @@ -103,7 +105,6 @@ class SiteTheme(ThemeBase): page = d['page'] html = [ # End of page - self.pageinfo(page), self.endPage(), # Pre footer custom html (not recommended!) @@ -111,9 +112,9 @@ class SiteTheme(ThemeBase): # Footer u'