diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-12-28 18:58:17 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-12-28 18:58:17 +0100 |
| commit | ad67f341ecec4b56dca28181b570036a1095ded6 (patch) | |
| tree | 72ff370ff1e46902a870a4d22c1db9064c79ec2b /sample/src/index.xml | |
| parent | aa30084b5af8cc8045b031c1714fd17cb57dc43a (diff) | |
| download | cataract-ad67f341ecec4b56dca28181b570036a1095ded6.tar.xz | |
Support for hidden items
Diffstat (limited to 'sample/src/index.xml')
| -rw-r--r-- | sample/src/index.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sample/src/index.xml b/sample/src/index.xml index e7368ed..eecca3f 100644 --- a/sample/src/index.xml +++ b/sample/src/index.xml @@ -32,5 +32,11 @@ <thumbnail src="subdir/Tatry/img_7755.jpg" /> </item> + <item path="hidden"> + <hidden /> + <title>This should not be visible</title> + <title_description>hidden</title_description> + </item> + </items> </gallery> |
