--- wiki/data/plugin/theme/roundup.py.org 2019-08-29 09:36:03.361475542 +0200 +++ wiki/data/plugin/theme/roundup.py 2019-08-29 09:40:42.320007340 +0200 @@ -80,6 +80,9 @@ _ = self.request.getText html = [ + # Pre header custom html + self.emit_custom_html(self.cfg.page_header1), + u'
', self.logo(), self.searchform(d),