$a = '0';
$i ='1';
$filepath = "bureau";
$the_array = Array();
$handle = opendir('bureau/.');
while (false !== ($file = readdir($handle))) {
if ($file != "." && $file != "..") {
$the_array[] = $file;
}
}
closedir($handle);
sort ($the_array);
reset ($the_array);
while (list ($key, $val) = each ($the_array)) {
if ($a == '0') {echo "";}
//switch($_GET['page'])
{
if ($a == '2') {
switch($_GET['page'])
{
case "2":
include("visie_context.html");
break;
case "4":
include("visie_huisvesting.html");
break;
case "5":
include("visie_inspiratie.html");
break;
case "6":
include("visie_architectuur.html");
break;
case "7":
include("visie_samenwerking.html");
break;
case "9":
include("visie_sfeer.html");
break;
case "10":
include("visie_functioneel.html");
break;
case "13":
include("visie_samenhang.html");
break;
case "14":
include("visie_kenmerk.html");
break;
default:
include("visie.html");
break;
}
//break;
}
}
if ($a == '4') {echo "
";}
if ($a == '8') {echo "
";}
if ($a == '12') {echo "
";}
?>
echo '';
echo $pages[$i];?> " alt=" echo $val ?>" width="112" height="78" border="0">';?> |
$a = $a + 1;
$i = $i + 1;
}
?>