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

Source for file help.php

Documentation is available at help.php

  1. <?php
  2. /**
  3.  * @package linea21.core
  4.  * @subpackage system
  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. //////////// Check Inclusion de pages ////////////
  11. if (!class_exists('auth')){
  12.   include_once("../lib/lib_common.php");
  13.   ReloadIndex('admin');
  14. }
  15. ////////////
  16.  
  17. //////////// Check Droits utilisateur ////////////
  18. if (!$l21auth->isSuperAdmin()) ReloadIndex('admin');
  19. ////////////
  20.  
  21. $dirbox $dir "/help";
  22. ?>
  23. <br class="brendstep brendstepfooter" />
  24. <div class="headerhelp">
  25. <div class="help">
  26. <a href="#aide-ancre" class="aide-ancre" id="aide-ancre" title="<?php echo _t('help','title');?>"><i class="icon-lifebuoy"></i> <?php echo _t('help','title');?></a>
  27. <div id="aide"><?php
  28. if ($todo == 'list'{
  29.   ?>
  30.  
  31. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('system','list');?></p>
  32. <ul>
  33.     <li><?php echo _t('system','help_list1')?></li>
  34.     <li><?php echo _t('system','help_list2')?></li>
  35.     <li><?php echo _t('system','help_list3')?></li>
  36. </ul>
  37.   <?php }
  38.   if ($todo == 'mod'{
  39.     ?>
  40. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('system','mod');?></p>
  41. <ul>
  42.     <li><?php echo _t('system','help_mod1');?></li>
  43.     <li><?php echo _t('system','help_mod2');?></li>
  44.     <li><?php echo _t('system','help_mod3');?></li>
  45. </ul>
  46.     <?php }
  47.     include_once(THEME_ADMIN_PATH."footer_content.php");
  48. ?>

Documentation generated on Thu, 20 Mar 2014 16:48:02 +0100 by phpDocumentor 1.4.1