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

Source for file menurub.php

Documentation is available at menurub.php

  1. <?php
  2. /**
  3.  * @package linea21.core
  4.  * @subpackage theme
  5.  * @author linea21 <info@linea21.com>
  6.  * @version $id SVN
  7.  * @access public
  8.  * @license http://opensource.org/licenses/gpl-3.0.html
  9.  */
  10.  
  11. //////////// Check Inclusion de pages ////////////
  12. if (!function_exists('AuthenthificationProcess')){
  13.   include_once("../lib/lib_common.php");
  14.   ReloadIndex('admin');
  15. }
  16. ////////////
  17.  
  18. $rub_link_add=$rub_link."&amp;todo=add";
  19. $rub_link_list=$rub_link."&amp;todo=list";
  20. $rub_link_mod=$rub_link."&amp;todo=mod";
  21. $rub_link_det=$rub_link."&amp;todo=det";
  22.  
  23. $search="search.php?rub=".$rub;
  24. if($todo=='add'$title=_t('theme','add');
  25. if($todo=='list'$title=_t('theme','list');
  26. if($todo=='mod'$title=_t('theme','mod');
  27. if($todo=='sup'$title=_t('theme','sup');
  28. if($todo=='det'$title=_t('theme','det');
  29. if($todo=='det' && isset($is_sd)) $title=_t('sdtheme','det');
  30.  
  31. ?>
  32. <div id="itemenu">
  33. <h1><?php echo $title?></h1>
  34. <div class="contentlink"><a href="<?php echo $rub_link_add?>"
  35.     id="content_link_add" title="<?php echo _t('theme','add');?>"><?php echo _t('theme','add');?></a>
  36. | <a href="<?php echo $rub_link_list?>" id="content_link_list"
  37.     title="<?php echo _t('theme','list');?>"><?php echo _t('theme','list');?></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:17 +0200 by phpDocumentor 1.4.1