Changes between Version 22 and Version 23 of DeveloperGuidelines/Themes
- Timestamp:
- 01/05/15 14:47:13 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Themes
v22 v23 34 34 * {{{/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) 35 35 * {{{/static/themes/<themename>/img}}} 36 1. If not already using a template create one: {{{/ private/templates/<templatename>}}}36 1. If not already using a template create one: {{{/modules/templates/<templatename>}}} 37 37 1. Create these files in your templates folder: 38 38 * {{{/modules/templates/<templatename>/__init__.py}}} - this can be empty but must be present.