diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-03-28 13:45:39 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2009-03-28 13:45:39 +0100 |
| commit | d9ff1192a7b5eb7defca68e90e06c68e9b986c94 (patch) | |
| tree | 904f1ff183e50aa56f4521cac87712aa163d3cca /sample/src | |
| parent | 7d00adae2749556d077af1fa3f0de13a2ea8e4a2 (diff) | |
| download | cataract-d9ff1192a7b5eb7defca68e90e06c68e9b986c94.tar.xz | |
Support for custom index file name
Affects every generated HTML file (i.e. all of them would have .php extensions)
Diffstat (limited to 'sample/src')
| -rw-r--r-- | sample/src/setup.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sample/src/setup.xml b/sample/src/setup.xml index 2a941c7..c306b80 100644 --- a/sample/src/setup.xml +++ b/sample/src/setup.xml @@ -19,6 +19,11 @@ scripts-general.js ]]></template_files> + <!-- specify index file name to use (default = index.html) --> + <!-- e.g. you may want 'index.php' if your templates are server-side dynamic --> + <!-- filename extension is also used for separate image files --> + <index_file>index.html</index_file> + <!-- use root gallery directory to store all support files --> <!-- and relative paths in sub-albums --> <!-- default = no (old behaviour) --> |
