I'm working on a gallery using zenphoto, and I would like to know how I would go about rearranging the default layout so that when you enter the album you see on the left the thumbs, then on the right the full size image? Is there a good why to go about this?
thanks in advance!
Comments
It seems like this would significantly slow the gallery down.
The theme is here
There are a couple secret template functions to make this easier for the 2 images on either side of the current one.
`getPrevImageThumb()` and `getPrevImageURL()` and their `Next` counterparts do the obvious.
If you want more images than that, do what gildas did in that theme.