#c// #################################################################### #c// Album Theme created by DaveSource.com #c// Looks better with thumbnail width of 100 #c// #################################################################### <: # Path setting - this is the path to the images $PATH = Theme_URL(); :>// #c// #################################################################### Album: <: pAlbum_Name() :> <: Meta() :>

<: # We only want the parent albums, not the current albums my @p = Parent_Albums(); my $this = pop(@p); print join(':',@p); :>//


<:= $this :>

>Up


<: if (Child_Albums()) { _:>

More albums:

<: while (Child_Albums()) { pChild_Album(); print "
\n"; Next_Child_Album(); } :>

<: } :>
<: if (isHeader()) { _:>
<:pHeader():>

<: } _:> #c # Loop on the images <: while(Images()) { _:>
' width='15' src='<:=$PATH:>/ThBord_L.gif'> ' src='<:=$PATH:>/ThBord_T.gif'> ' width='15' src='<:=$PATH:>/ThBord_R.gif'>
<:pImage(0):>
' src='<:=$PATH:>/ThBord_T.gif'>
#c # End while images <: Next_Image() :> <: } :> <: if (isFooter()) { _:>
<:pFooter():>

<: } _:>

<: Credit() :> on <:=scalar localtime:>