projects
/
matthijs
/
projects
/
wipi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60b9430
)
site: Also show the logo when editing.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 19 Apr 2010 18:29:06 +0000
(20:29 +0200)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Mon, 19 Apr 2010 18:29:06 +0000
(20:29 +0200)
plugin/theme/site.py
patch
|
blob
|
history
diff --git
a/plugin/theme/site.py
b/plugin/theme/site.py
index e3288c21a0e0e74aac695ebd8a4047dbeaf8f736..c190efb1b8ffd00411b288d45d7f07f098335df7 100644
(file)
--- a/
plugin/theme/site.py
+++ b/
plugin/theme/site.py
@@
-83,6
+83,7
@@
class SiteTheme(ThemeBase):
# Header
u'<div id="header">',
+ self.logo(),
self.menu(d),
u'</div>',