Does anyone know how I can add the links (next .. previous) to this theme without stuffing up the layout?
http://www.adragonflydreams.com/zenphoto/easter-weekend-2007 .. I tried <?php $number = getNumImages(); if ($number > $conf['images_per_page']) printPageListWithNav("« Previous", "Next »"); ?> and <?php printPageListWithNav("« prev", "next »"); ?> in the album code but it stuffs up or looks stupid.
Comments
I'll try and get out version 1.2 (paginated) by tomorrow evening. Then version 1.3 to support sub-albums by the end of the week or so.
Sorry mate, I started coding it and I realized that this might take longer than I thought. Give me a couple more days (won't be able to work on it tomorrow as Tuesdays are my busiest days).
<div id="gallerypages">
<h2>
Page One | Page Two | Page Three
</h2>
</div>
lol
http://www.gamedudex.com/joshuaink-theme/
I added the theme as an attachment to the wiki theme page for you.
Edit - I changed the numbers that where "do not edit below this line" lol
################################################################################
# DO NOT EDIT BELOW THIS LINE
################################################################################
define ('JI_VERSION', '1.2');
if(!PAGINATED) {
$_zp_conf_vars['albums_per_page'] = 20;
$_zp_conf_vars['images_per_page'] = 30;