To be used in fansite templates and alike, these are simplified boxes, ready to cut and slice, taken from the homepage, the homes and from within the hotel.
$handle = opendir(dirname(realpath(__FILE__)).'/blocks/box100/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

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

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

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