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 home
  5.  * @author linea21 <info@linea21.com>
  6.  * @version $id SVN
  7.  * @access public
  8.  * @license http://opensource.org/licenses/gpl-3.0.html
  9.  *  'Home' module is used into the back-office
  10.  */
  11.  
  12. $dirbox $dir "/help";
  13. ?>
  14. <br    class="brendstep brendstepfooter" />
  15. <div class="headerhelp">
  16. <div class="help">
  17. <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>
  18.  
  19. <?php
  20. if ($todo == 'list'{
  21.   ?>
  22. <div id="aide">
  23. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('home','help');?></p>
  24. <ul>
  25.     <li><?php echo _t('home','help_list1')?></li>
  26.     <li><?php echo _t('home','help_list2')?></li>
  27.     <li><?php echo _t('home','help_list3')?></li>
  28.     <li><?php echo _t('home','help_list4')?></li>
  29. </ul>
  30.   <?php }
  31.   include_once(THEME_ADMIN_PATH."footer_content.php");
  32.   ?>

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