okay - all seems to be working a bit better.
One last question - I have the random pal showing 2 across and 6 total.. when I click more, it default back to 1 column, and 6 down, how do I keep at at the present ?
Quote:
if ( $Globals['randompal'] == "yes" ) {
echo "<div id=\"randompal\">";
display_gallery("random", "", "", 2, 6, 1);
echo "</div>";
}
|