switch($_GET['pagina']){
case "home": include "inc/home.php" ; break;
case "tech": include "inc/tech.php" ; break;
case "garantie": include "inc/garantie.php" ; break;
case "contact": include "inc/contact.php" ; break;
case "links": include "inc/links.php" ; break;
default: include "inc/home.php" ; break ;
}
?>