Skip to content

Commit 6f725dd

Browse files
committed
Add update to sync wiki.roundup-tracker.org's roundup theme. Current hg was missing a line, not sure what the line does, but we are in sync now.
1 parent 14024a5 commit 6f725dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

website/wiki/wiki/data/plugin/theme/roundup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ def header(self, d):
8080
_ = self.request.getText
8181

8282
html = [
83+
# Pre header custom html
84+
self.emit_custom_html(self.cfg.page_header1),
85+
8386
u'<div class="header">',
8487
self.logo(),
8588
self.searchform(d),

0 commit comments

Comments
 (0)