+2008-01-01 Brett Parker <iDunno@sommitrealweird.co.uk>
+ * Fix the height bounding box code
+
2007-12-22 Brett Parker <iDunno@sommitrealweird.co.uk>
* Allow a HEIGHT to be specified as well as the WIDTH creating a bounding
box to fit in to
It generates the stylesheet for the page.
available variables:
$WIDTH - the width of the images
- $MAXHEIGHT - the maximum height of the image
+ $MAXWIDTH - the maximum width of the images
+ $MAXHEIGHT - the maximum height of the images
bpgallery_ThemeName_thumbsline()
what's it for?:
Whatever is in here is generated per thumbnail.
WIDTH
the width to make the icons
+ HEIGHT
+ the height to make the icons (sets up a bounding box with WIDTH)
+
MEDIUMWIDTH
set the width of images in the medium size pages
+ MEDIUMHEIGHT
+ the height to make images in the medium size pages (sets up a
+ bounding box with MEDIUMWIDTH)
+
BPGALLERY_THEME
set the theme to use (described below)