<kbd><b>{album [template=...] [thumbnails=...] [title=...]}</b></kbd>:<br>
<p>Defines a photo album.</p>

<p>The template argument may point out an RXML file which will
override the default template given in the Roxen configuration
interface.</p>

<p>The thumbnails (or nails for short) argument points out a
directory, where thumbnails of each file can be found. Each thumbnail
should have the exact same name as the corresponding image.</p>

<p>The title argument may be used to set a title for every subpage,
which would then be inserted by the {albumtitle} tag in a
template.</p>

<p>The contents of the {album}...{/album} tag could include any HTML/RXML
code, which would be used to render the index page. The order of the
{photo} tags will be the order of the images used when viewing the
album; first pictures first etc.</p>

<p>Example:</p>

<p><pre>
{album title="Learn to floss" thumbnails=nails}
  {photo src="tools.png"}Be sure to get these essential
			 tools before you start.{/photo}
  {photo src="posture.png"}It is really important to assume
			   the proper position, in order to
			   floss successfully.{/photo}
  {photo src="failure.png"}...because you wouldn't want this
			   to happen, would you?{/photo}
  {photo src="done.png"}Done! Enjoy your oral hygiene!{/photo}
{/album}
</pre></p>

<small>(provided by the Photo Album module)</small>
