* @version $id SVN * @access public * @license http://opensource.org/licenses/gpl-3.0.html */ //////////// Check Inclusion de pages //////////// if (!function_exists('AuthenthificationProcess')){ include_once("../lib/lib_common.php"); ReloadIndex('admin'); } //////////// //////////// Check Droits utilisateur //////////// if (!hasRight('news')) ReloadIndex('admin'); //////////// include_once('../class/class.comment.php'); include_once(themePath('../comment/display.php')); $todopage=$dir."/"; switch ($todo) { case 'det': $todopage.="det.php"; break; case 'list': $todopage.="list.php"; break; default: $todopage.="list.php"; } include_once($todopage); ?>