* @version $id SVN * @access public * @license http://opensource.org/licenses/gpl-3.0.html * 'Content' module is used by 'Publication' and 'Workshop' modules */ //////////// Check Inclusion de pages //////////// if (!function_exists('AuthenthificationProcess')) { include_once("../lib/lib_common.php"); ReloadIndex('admin'); } //////////// //////////// Check Droits utilisateur //////////// if (!HaveRight('publication') && !HaveRight('workshop')) ReloadIndex('admin'); /////////// if($todo=='add') $title=$GLOBALS['lang']['contents']['add']; if($todo=='mod') $title=$GLOBALS['lang']['contents']['mod']; if($todo=='sup') $title=$GLOBALS['lang']['contents']['sup']; if($todo=='det') $title=$GLOBALS['lang']['contents']['det']; if($type=='W') $rub_link_back="?rub=workshoprep&todo=det&id=".$parent; if($type=='P') $rub_link_back="?rub=publication&todo=det&id=".$parent; $search="search.php?rub=".$mod_inc; ?>