Attachment 'logo.patch'
Download 1 diff -ur orig/mentalhealth.py mod/mentalhealth.py
2 --- orig/mentalhealth.py 2005-04-25 21:54:27.000000000 +0300
3 +++ mod/mentalhealth.py 2005-05-11 00:49:31.000000000 +0300
4 @@ -153,8 +153,11 @@
5
6 # bundle up all our parts
7 parts = [ self.emit_custom_html(self.cfg.page_header1),
8 - '<div id="header"></div>',
9 + u'<div id="header">',
10 + self.logo(),
11 + u'</div>',
12 self.emit_custom_html(self.cfg.page_header2),
13 +
14
15 u'<div id="sidebar">',
16 html % (_('Search'), searchpanel),
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.