#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// ####################################################################
<: # We only want the parent albums, not the current albums my @p = Parent_Albums(); my $this = pop(@p); print join(':',@p); :>// |
|
>Up |
|||||||||
|
|||||||||||
<: if (Child_Albums()) { _:>
More albums:
<: while (Child_Albums()) {
pChild_Album();
print "
|
<: if (isHeader()) { _:>
<: } _:> #c # Loop on the images <: while(Images()) { _:>
<: } _:> |
||||||||||
|
|||||||||||