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 (!function_exists('AuthenthificationProcess')){
  12.   include_once("../lib/lib_common.php");
  13.   ReloadIndex('admin');
  14. }
  15.  
  16. $dirbox $dir "/help";
  17. ?>
  18. <br
  19.     class="brendstep brendstepfooter" />
  20. <div class="headerhelp"><a href="#aideencre" title="<?php echo _t('help','title');?>" class="help_ico aideencre"></a>
  21. <div class="help"><a href="#aideencre" id="aideencre" class="aideencre" title="<?php echo _t('help','title');?>"><?php echo _t('help','title');?></a>
  22. <div id="aide"><?php
  23. if ($todo == 'list'{
  24.   ?>
  25.  
  26. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('system','list');?></p>
  27. <ul>
  28.     <li><?php echo _t('system','help_list1')?></li>
  29.     <li><?php echo _t('system','help_list2')?></li>
  30.     <li><?php echo _t('system','help_list3')?></li>
  31. </ul>
  32.   <?php }
  33.   if ($todo == 'mod'{
  34.     ?>
  35. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('system','mod');?></p>
  36. <ul>
  37.     <li><?php echo _t('system','help_mod1');?></li>
  38.     <li><?php echo _t('system','help_mod2');?></li>
  39.     <li><?php echo _t('system','help_mod3');?></li>
  40. </ul>
  41.     <?php }
  42.     include_once(THEME_ADMIN_PATH."footer_content.php");
  43. ?>

Documentation generated on Thu, 03 May 2012 15:05:01 +0200 by phpDocumentor 1.4.1