Changes between Version 31 and Version 32 of DeveloperGuidelines/Themes
- Timestamp:
- 12/21/18 10:31:38 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Themes
v31 v32 59 59 }}} 60 60 61 Although note that this specific example can be accomplished without creating a theme by instead putting this in {{{templates/<templatename>/config.py}}} (or {{{models/000_config.py}}}): 62 {{{ 63 settings.ui.menu_logo = "/%s/static/themes/<templatename>/img/logo.png" % current.request.application 64 }}} 61 65 === Complex modifications === 62 66