![]() |
|||
|
|
|||
| Kontakt: |
|
| Familie Van Leuven | |
| Ruf/Fax: +32 56 645171 |
|
| Handy: +32 476 489647 |
|
| E-mail: frankvanleuven@ hotmail.com |
|
switch ($_GET['section']) {
case 'intro':
include('intro.html');
break;
case 'app1':
include('app1.html');
break;
case 'app2':
include('app2.html');
break;
case 'pricelist':
include('pricelist.html');
break;
default:
include('intro.html');
}; //switch
?>
