"); print(""); foreach ($imagefiles as $value) { print(""); if ( $value->isFolder ) { print("filename) . "\">"); } else { print("filetype\" target=\"photo\">"); } print("filetype&album=" . swapSpaces($album) . "&thumbnail=" . swapSpaces($value->filename) . "\" width=\"$THUMBSIZE\" height=\"$THUMBSIZE\" alt=\"\" border=\"0\" \>"); print("\"\"
"); if ( strlen($value->filename) >= 15 ) { $displayname = substr($value->filename, 0, 14) . "..."; } else { $displayname = $value->filename; } print("
$displayname
"); print(""); } print(""); print(""); } else if (!$album) { print("
Please select a photo album.
"); } else { print("
There are no photos in this album."); $upalbum = substr($album, 0, strrpos($album, "/")); print("

"); print("[Go Back]"); print(""); print("
"); } ?>