include('../currpaths.php'); ?> $jpgpath = $jpgpath . $_GET['ppath'] ; ?> $picpath = $gifpath . $_GET['ppath'] . ' ';?> include('../ggdheader.php'); ?>
$ncounter = $_GET['count'] + 1; $pcounter = $_GET['count'] - 1; if ( $pcounter == '' ) { Print ('
PREV
'); } else { Print ('
PREV
'); } print ('
THUMBNAILS
'); if ( $_GET['count'] >= $_GET['max'] ) { Print ('
NEXT
'); } else { // Print ('
NEXT
Print ('
NEXT
'); } ?>
include('../ggdfooter.php'); ?>