#c// #################################################################### #c// Image Theme modified by Thomas Lundqvist, Sweden, 2001-08-05 #c// Image Theme created by DaveSource.com #c// #################################################################### <:=Path('album_name') :> - <:=Name(This_Image) :> <: Meta() :> #c// ######################### #c// Prev thumbnails #c// ######################### #c// ######################### #c// Header/parents/name/caption #c// ######################### #c// ######################### #c// Next thumbnails #c// #########################
<: if (my $Prev = Prev(This_Image, $opt->{image_loop})) { _:> <:=Get($Prev,'href','image_page'):> <:=Image($Prev,'thumb'):>
<:=Name($Prev):> <: } _:>
<:= Parent_Albums(':') :> >Back

<:=Name(This_Image) :>

<:= Caption(This_Image) :>
<: if (my $Next = Next(This_Image, $opt->{image_loop})) { _:> <:=Get($Next,'href','image_page'):> <:=Image($Next,'thumb'):>
<:=Name($Next):> <: } _:>
#c// ######################### #c// The image and caption #c// #########################
<:=Get(This_Image,'href','image'):> <:=Name(This_Image):>
<:=Image(This_Image,'full'):>
<:=Caption(This_Image) :>
#c// ######################### #c// Footer #c// #########################
<: Credit() :> on <:=scalar localtime:>