#c// options: -image_sizes #c// ################################################################### #c// Big Maste Image Theme based on theme by Ed Maste #c// ################################################################### #c// <: # Path setting - this is the path to the images $PATH = Theme_URL(); $MAX_IMG_WIDTH = 760; $MAX_IMG_HEIGHT = 550; $BORDER_WIDTH = "0"; # Font/color settings for the document $BODY = "bgcolor='#ffffff' text='#666666' link='blue' alink='blue' vlink='purple'"; $SEP_BAR = "
|
Album:
<:=Parent_Albums("::"):>
|
<:=Get(This_Image,'href','image'):> <:=Name(This_Image):> |
<: if (my $Prev = Prev(This_Image, $opt->{image_loop})) { _:>
<:=Get($Prev,'href','image_page','image_page'):><:=Image_Array(@Prev):>
<: } else {
print Image_Array("$PATH/Null.gif",15,1);
} :>
<: if (my $Next = Next(This_Image, $opt->{image_loop})) { _:>
<:=Get($Next,'href','image_page','image_page'):><:=Image_Array(@Next):>
<: } else {
print Image_Array("$PATH/Null.gif",15,1);
} :>
class='title'>Up
|
<: Credit() :> on <:=scalar localtime:>