diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-03-14 13:18:47 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-03-14 13:18:47 +0100 |
| commit | f37ddb3c6f7f903fd77935b7a7aefe11cbe00831 (patch) | |
| tree | c0292797a605e9875d53c0f7e27893cce989bc14 /sample/src | |
| parent | 0f3fcf7c383271a3762b52e38309bc18fca49aec (diff) | |
| download | cataract-f37ddb3c6f7f903fd77935b7a7aefe11cbe00831.tar.xz | |
Make theming more flexible
Template support files (CSS, images, scripts) are now a list instead of hardcoded single CSS and single script file
Diffstat (limited to 'sample/src')
| -rw-r--r-- | sample/src/setup.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sample/src/setup.xml b/sample/src/setup.xml index 12bef08..e456a3c 100644 --- a/sample/src/setup.xml +++ b/sample/src/setup.xml @@ -11,9 +11,13 @@ <!-- photo: single photo page --> <photo>template-view_photo.tmpl</photo> - <!-- mandatory files used in templates --> - <styles>styles.css</styles> - <scripts>scripts-general.js</scripts> + <!-- support files for selected theme (templates) --> + <!-- should include all used CSS styles, images, scripts... --> + <!-- subdirectories are allowed and will be mirrored to destination --> + <template_files><![CDATA[ + styles.css + scripts-general.js + ]]></template_files> </templates> <images> |
