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.