linea21-modules
[ class tree: linea21-modules ] [ index: linea21-modules ] [ all elements ]

Source for file menurub.php

Documentation is available at menurub.php

  1. <?php
  2. /**
  3.  * @package linea21.modules
  4.  * @subpackage content
  5.  * @author linea21 <info@linea21.com>
  6.  * @version $id SVN
  7.  * @access public
  8.  * @license http://opensource.org/licenses/gpl-3.0.html
  9.  *  'Content' module is used by 'Publication' and 'Workshop' modules
  10.  */
  11.  
  12. //////////// Check Inclusion de pages ////////////
  13. if (!function_exists('AuthenthificationProcess')) {
  14.   include_once("../lib/lib_common.php");
  15.   ReloadIndex('admin');
  16. }
  17. ////////////
  18.  
  19. //////////// Check Droits utilisateur ////////////
  20. if (!hasRight('publication'&& !hasRight('workshop')) ReloadIndex('admin');
  21. ///////////
  22.  
  23. if($todo=='add'$title=_t('contents','add');
  24. if($todo=='mod'$title=_t('contents','mod');
  25. if($todo=='sup'$title=_t('contents','sup');
  26. if($todo=='det'$title=_t('contents','det');
  27.  
  28. if($type=='W'$rub_link_back="?rub=workshoprep&amp;todo=det&amp;id=".$parent;
  29. if($type=='P'$rub_link_back="?rub=publication&amp;todo=det&amp;id=".$parent;
  30. $search="search.php?rub=".$mod_inc;
  31.  
  32. ?>
  33. <div id="itemenu">
  34. <h1><?php echo $title?></h1>
  35. <div class="contentlink"><a href="<?php echo $rub_link_back?>"
  36.     id="content_link_back"
  37.     title="<?php echo _t('contents','go_back')._t('contents',$mod_inc.'_type')?>"><?php echo _t('contents','go_back')._t('contents',$mod_inc.'_type')?></a>
  38. | <a href="<?php echo $search?>" id="content_link_search"
  39.     title="<?php echo _t('menu','search');?>"><?php echo _t('menu','search');?></a>
  40. </div>
  41. </div>

Documentation generated on Thu, 03 May 2012 15:06:18 +0200 by phpDocumentor 1.4.1