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 library
  5.  * @author Simon Georget <simon@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"
  21.     title="<?php echo _t('help','title');?>" class="help_ico aideencre"></a>
  22. <div class="help"><a href="#aideencre" id="aideencre" class="aideencre"
  23.     title="<?php echo _t('help','title');?>"><?php echo _t('help','title');?></a>
  24. <div id="aide">
  25. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('library','name');?></p>
  26. <ul>
  27.     <li><?php echo _t('library','help_1');?></li>
  28.     <li><?php echo _t('library','help_2');?></li>
  29. </ul>
  30. <?php
  31. include_once(THEME_ADMIN_PATH."footer_content.php");
  32. ?>

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