A collection of navigational elements, mini icons, as used within hotel and on home(page)(s).
$handle = opendir(dirname(realpath(__FILE__)).'/icons/mini/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
include("menu.php"); ?>