// $album is passed for the current directory include("global.conf"); if (isset($_REQUEST['album'])) { $album = stripslashes($_REQUEST['album']); } if (!isset($album)) { $album = "."; } ?>
");
if ( $value->isFolder ) {
print("filename) . "\">");
} else {
print("filename) . "&type=$value->filetype\" target=\"photo\">");
}
print("![]() "); if ( strlen($value->filename) >= 15 ) { $displayname = substr($value->filename, 0, 14) . "..."; } else { $displayname = $value->filename; } print(" $displayname ");
print(" | ");
}
print("
Please select a photo album. |
There are no photos in this album.");
$upalbum = substr($album, 0, strrpos($album, "/"));
print(" "); print("[Go Back]"); print(""); print(" |