#c// ###################################################################
#c// Album Theme by David Ljung Madison based on
#c// generic SimmerTheme by Dave Simmer of DaveWeb.com
#c// -- Auto generated by http://MarginalHacks.com/Hacks/album/simmer_theme
#c// ###################################################################
#c//
<:
# Image arrays are: name, width, height
sub img_src { print "" if ($_[1]); }
# Path setting - this is the path to the images
$PATH = Theme_URL();
# Icons/graphics
@Bar_L = ("Bar_L.png", 27, 20);
@Bar_M = ("Bar_M.png", "90%", 20);
@Bar_R = ("Bar_R.png", 27, 20);
@More = ("More.png", 42, 18);
@Back = ("Back.png", 32, 24);
@Next = ("Next.png", 25, 32);
@Prev = ("Prev.png", 25, 32);
# Thumbnail border
$X = Image_Page() ? Image_Width() : Option('x');
$Y = Image_Page() ? Image_Height() : Option('y');
@ThBord_L = ("tho_left.png", 39, $Y-0-0);
@ThBord_R = ("tho_right.png", 41, $Y-0-0);
@ThBord_T = ("tho_top.png", $X+39+41-0-0, 39);
@ThBord_B = ("Null.gif", $X+39+2-0-0, 41);
# Texts
$backText = "Up";
$prevText = "(previous) ";
$nextText = "(next) ";
:>//
#c//
#c// Everything beyond here is the same for the generic DaveWeb image theme..
<: Set_Image_This() :>// CAPTION
<:pImage_Caption():> |
#c// All corners <: if (@ThBord_LB) { _:>
#c// No corners <: } else { _:> ><:pImage_Src():> <: } _:> |