Source for file index.php
Documentation is available at index.php 
 * @package linea21.modules  
 * @author linea21 <info@linea21.com>  
 * @license http://opensource.org/licenses/gpl-3.0.html  
 *  'Content' module is used by 'Publication' and 'Workshop' modules  
//////////// Check Inclusion de pages ////////////  
    include_once("../lib/lib_common.php");  
include_once('../class/class.contents.php');  
if(isset ($_POST['type']))    $type= $_POST['type'];  
if(isset ($_GET['type']))    $type= $_GET['type'];  
if(isset ($_POST['parent']))    $parent= $_POST['parent'];  
if(isset ($_GET['parent']))    $parent= $_GET['parent'];  
if(isset ($_POST['res']))    $res= $_POST['res'];  
if(isset ($_GET['res']))        $res= $_GET['res'];  
    $rub_link= '?rub='. $mod_inc;  
    $cancel_link= 'index.php?rub=publication&todo=det&id='. $parent;  
    $rub_link= '?rub='. $mod_inc;  
    $cancel_link= 'index.php?rub=workshoprep&todo=det&id='. $parent;  
//////////// Check Droits utilisateur ////////////  
 
 
        
       |