diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-03-14 14:09:11 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-03-14 14:09:11 +0100 |
| commit | 9514d8f844ada0b8a0b2450973374ee2ecd7b6b7 (patch) | |
| tree | 045dd6cd66aa5609eb9524ac48803c4e5f5c7740 /sample/src/setup.xml | |
| parent | f37ddb3c6f7f903fd77935b7a7aefe11cbe00831 (diff) | |
| download | cataract-9514d8f844ada0b8a0b2450973374ee2ecd7b6b7.tar.xz | |
Support for common supportfiles root
Diffstat (limited to 'sample/src/setup.xml')
| -rw-r--r-- | sample/src/setup.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sample/src/setup.xml b/sample/src/setup.xml index e456a3c..53411ff 100644 --- a/sample/src/setup.xml +++ b/sample/src/setup.xml @@ -18,6 +18,11 @@ styles.css scripts-general.js ]]></template_files> + + <!-- use root gallery directory to store all support files --> + <!-- and relative paths in sub-albums --> + <!-- default = no (old behaviour) --> + <support_files_use_common_root value="yes" /> </templates> <images> @@ -77,6 +82,8 @@ And the second line.</add_copyright> <!-- favicon support, the "type" attribute is optional, --> <!-- please alter it to the right icon MIME type --> <!-- http://www.w3.org/2005/10/howto-favicon --> + <!-- Please note that the <support_files_use_common_root> settings --> + <!-- declared earlier applies to favicons as well --> <favicon type="image/png">apple-red.png</favicon> </meta> |
