Modify ↓
Opened 14 months ago
#14247 new enhancement
Header logo is never displayed
Reported by: | PulkoMandy | Owned by: | Cinc-th |
---|---|---|---|
Priority: | normal | Component: | BlueFlatTheme |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
BlueFlatTheme does not make use of the header logo, unlike the default theme.
I think if a logo is set in the configuration file, it should be used.
All you need is to add something like this to blueflat_theme_jinja.html:
<img src="${chrome.logo.src" />
I have added it at the start of the navbar-header div, with css margins of 5px 3em 5px 5px (this avoids overlapping the project name) and "float: left" so it shows before the project name instead of after. But there may be cleaner ways to integrate it.
Attachments (0)
Note: See
TracTickets for help on using
tickets.