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

Source for file help.php

Documentation is available at help.php

  1. <?php
  2. /**
  3.  * @package linea21.modules
  4.  * @subpackage news
  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. //////////// Check Droits utilisateur ////////////
  19. if (!hasRight('news')) ReloadIndex('admin');
  20. ////////////
  21.  
  22. $dirbox $dir "/help";
  23. ?>
  24. <br    class="brendstep brendstepfooter" />
  25. <div class="headerhelp">
  26. <a href="#aideencre" title="<?php echo _t('help','title');?>" class="help_ico aideencre"></a>
  27. <div class="help"><a href="#aideencre" class="aideencre" id="aideencre" title="<?php echo _t('help','title');?>"><?php echo _t('help','title');?></a>
  28. <div id="aide">
  29.   <?php
  30.   if ($todo == 'det'{
  31.   ?>
  32.   <p class="info"><?php echo _t('help','name');?> : <?php echo _t('comment','det');?></p>
  33.   <ul>
  34.       <li><?php echo _t('comment','help_1');?></li>
  35.       <li><?php echo _t('comment','help_2');?></li>
  36.       <li><?php echo _t('comment','help_3');?></li>
  37.   </ul>
  38.   <?
  39.   }
  40.   if ($todo == 'list'{
  41.   ?>
  42.   <p class="info"><?php echo _t('help','name');?> : <?php echo _t('comment','list');?></p>
  43.   <ul>
  44.       <li><?php echo _t('comment','help_1');?></li>
  45.       <li><?php echo _t('comment','help_2');?></li>
  46.       <li><?php echo _t('comment','help_3');?></li>
  47.   </ul>
  48.   <?php }
  49.  
  50. include_once(THEME_ADMIN_PATH."footer_content.php");
  51. ?>

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