diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2013-02-10 16:25:29 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2013-02-10 16:25:29 +0100 |
| commit | 0cb2950ba336d6c291a1dc086ad2f3138f37e132 (patch) | |
| tree | 799d0b2b419eb07ad6c598b4f5234001ac6e0c21 /templates/default.xml | |
| parent | 939408e9c730ceb43d9bfd49056b5eb26f081b26 (diff) | |
| download | cataract-0cb2950ba336d6c291a1dc086ad2f3138f37e132.tar.xz | |
Support theme-defined thumbnail for protected albums
Diffstat (limited to 'templates/default.xml')
| -rw-r--r-- | templates/default.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/default.xml b/templates/default.xml index c6cbd70..7c37b97 100644 --- a/templates/default.xml +++ b/templates/default.xml @@ -67,6 +67,9 @@ <target_filename>index.html</target_filename> <!-- which picture size to use for XXX tags (TODO) --> <picture_size>preview</picture_size> + <!-- In case of a protected album, show special thumbnail (must be included + in supplemental_files). Comment out to use real thumbnail --> + <protected_thumbnail>emblems-readonly_120.png</protected_thumbnail> </album> <!-- When the <picture> structure is missing, no pages for the particular @@ -86,6 +89,7 @@ <supplemental_files><![CDATA[ styles.css scripts-general.js + emblems-readonly_120.png ]]></supplemental_files> <!-- User defines, used in theme templates. Value is optional, empty string |
