| |
Click on the thumbnails for larger images
//GRAB JPG PATH
include('../currpaths.php');
// $picpath = "http://www.glamourcon.com/interview/justine/";
$picpath = $jpgpath . $_GET['ppath'] . "/";
while ( $ICOUNT < $_GET['max'] ) {
$SIDE++;
$ICOUNT++;
if ( $SIDE == '1' ) {
Print (' | ');
}
if ( $SIDE == '2' ) {
Print (' | ');
}
if ( $SIDE == '3' ) {
Print (' | ');
}
if ( $SIDE == '4' ) {
Print (' | ');
$SIDE="";
Print (' | ');
}
} // end while
if ( $SIDE < '4' ) {
$SIDE ="";
Print (' | | ');
}
?>
|