Changes between Version 22 and Version 23 of DeveloperGuidelines/Themes


Ignore:
Timestamp:
01/05/15 14:47:13 (10 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Themes

    v22 v23  
    3434 * {{{/static/themes/<themename>}}} which will usually contain these files: {{{layout.css}}}, {{{style.css}}} (it is normally assumed that {{{/static/themes/default/css/widgets.css}}} is also used)
    3535 * {{{/static/themes/<themename>/img}}}
    36 1. If not already using a template create one: {{{/private/templates/<templatename>}}}
     361. If not already using a template create one: {{{/modules/templates/<templatename>}}}
    37371. Create these files in your templates folder:
    3838 * {{{/modules/templates/<templatename>/__init__.py}}} - this can be empty but must be present.