Modify ↓
#1820 closed defect (worksforme)
hardcoding of header_logo in theme.py
Reported by: | robspassky | Owned by: | Noah Kantrowitz |
---|---|---|---|
Priority: | normal | Component: | PyDotOrgTheme |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
Not sure if this is intentional or not, but the setting of header_logo in theme.py caused the PyDotOrg theme to continue using the python logo in the header even in preference to the settings I had in the trac.ini file. I was able to resolve this by removing the lines from theme.py.
This was in 0.10.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
You'll notice an
override_logo
option in ThemeEngine to address this.