$handle = opendir(dirname(realpath(__FILE__)).'/catalogue/headers/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

';
}
}
?>
Since v32 each furniture collection has it's own little icon.
$handle = opendir(dirname(realpath(__FILE__)).'/catalogue/icons/');
while($file = readdir($handle)){
if($file !== '.' && $file !== '..'){
echo '

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