// 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 ();
$myDirectory = opendir("imgs/thumbs");
echo "";
while ($file = readdir($myDirectory)) {
if (($file != ".") && ($file != "..") && ($file != "index.php") && !(is_dir("imgs/$file")) )
{
$files[] = $file;
if (is_int($i / $cols)) {
list($width, $height) = getimagesize("imgs/$file");
echo "";
?>
,height=,left=20,top=20'); return false;">
echo " ";
echo " | ";
}
else
{
list($width, $height, $type, $attr) = getimagesize("imgs/$file");
echo "";
?>
,height=,left=20,top=20'); return false;">
echo " ";
echo " | ";
}
$i++;
}
}
echo " ";
closedir($myDirectory);
?>
|
|
 |