// CONFIGURATION
	$cols = 5; // columns number
	$table_bg_color = "black";  // table background color
	$table_border = "";  // table border size
	$table_width = "100%";  // table width
	
// DO NOT EDIT BELOW
	$i =1;
	$files = array ();
        $diret=$dire.'/thumbs';
	$myDirectory = opendir($diret);
	echo "";
	while ($file = readdir($myDirectory)) {
  
	if (($file != ".") && ($file != "..") && ($file != "index.php") && !(is_dir("$dire/$file")) )
	{
    $files[] = $file;
	if (is_int($i / $cols)) {
	list($width, $height) = getimagesize("$dire/$file");   
	echo "| ";
	?>
  	
	
	echo "  ";
	echo " | 
";
	}
	else
	{
	list($width, $height, $type, $attr) = getimagesize("$dire/$file");   
	echo "| ";
	?>
  	
	
	echo " ";
	}
	$i++;
	}
	}
	echo " ";
	echo " | 
";
	closedir($myDirectory);
	?>
	PHPphotoAlbum
	  Easy quick Photo Album builder