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

';
}
}
?>
Room images
$handle = opendir(dirname(realpath(__FILE__)).'/icons/rooms/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

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