summaryrefslogtreecommitdiff
path: root/sample/src/hidden/index.xml
blob: d68f7638dfd50cbc8cda91e8f0786ee7ec2026ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<gallery type="album">
  <general>
    <ID>Hidden page</ID>
    <title>Hidden page</title>
    <description>This is a top-secret page which should not be linked from parent album. You should see "1 items" at the headline but no clickable thumbnail below.</description>
  </general>
  
  <items>
    <item src="img_6802.jpg">
      <hidden />
      <title>Hidden item</title>
      <title_description></title_description>
    </item>
    
  </items>
</gallery>