<?php $view = arg(1,$_REQUEST['q']); switch($view){ case 'pays': require_once realpath(dirname(__FILE__)).'/pays.php'; break; } ?>