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

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

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

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

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

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

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

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

';
}
}
?>