<?php$this_page = $_SERVER['REQUEST_URI'];
if($this_page == "/?q=accueil"){$ret = true;}
return $ret;?>