Changes between Version 31 and Version 32 of DeveloperGuidelines/Themes


Ignore:
Timestamp:
12/21/18 10:31:38 (6 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Themes

    v31 v32  
    5959}}}
    6060
     61Although 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{{{
     63settings.ui.menu_logo = "/%s/static/themes/<templatename>/img/logo.png" % current.request.application
     64}}}
    6165=== Complex modifications ===
    6266