Hi..
on
http://www.adamtstein.com/gallery/ i would like to have a random image show on the right of the logo. but sometimes it does and other times it does not.. you may have to refresh several times for proof.
here is my code on the index page:
`
<?php
if (!defined('WEBPATH')) die();
include_once('header.php');
?>
<?php printRandomImages(1, 'randomtopimage', 'all', '', 275, 158,true); ?>
<?php
setOption("albums_per_page",10,false);
while (next_album()):
?>
<?php endwhile ?>
<?php if(hasPrevPage() || hasNextPage() ) { printPageListWithNav('<Prev', 'Next>', false , 'pagelist', 'pagelist');} ?>
<?php include_once('footer.php') ?>
`
Comments
Btw, you did load jQuery twice. It is, although an older version for several reasons, already loaded by zenphoto itself as it is the default js libary.
thanks.. hopefully this will continue to be correct.