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 plugins
  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. $dirbox $dir "/help";
  17. ?>
  18. <br class="brendstep brendstepfooter" />
  19. <div class="headerhelp">
  20. <div class="help">
  21. <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>
  22.  
  23. <div id="aide">
  24. <?php
  25. include_once(THEME_ADMIN_PATH."footer_content.php");
  26. ?>

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