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. <a href="#aideencre" title="<? echo _t('help','title');?>" class="help_ico aideencre"></a>
  17.     <div class="help">
  18.         <a href="#aideencre" id="aideencre" class="aideencre" title="<? echo _t('help','title');?>"><? echo _t('help','title');?></a>
  19.  
  20. <?php 
  21. if ($todo == 'list'{
  22. ?>
  23. <div id="aide">
  24. <p class="info"><? echo _t('help','name');?>  :  <? echo _t('home','help');?></p>
  25. <ul>
  26. <li><? echo _t('home','help_list1')?></li>
  27. <li><? echo _t('home','help_list2')?></li>
  28. <li><? echo _t('home','help_list3')?></li>
  29. <li><? echo _t('home','help_list4')?></li>
  30. </ul>
  31. <?php }
  32. include_once(THEME_ADMIN_PATH."footer_content.php");
  33. ?>

Documentation generated on Fri, 16 Oct 2009 09:33:42 +0200 by phpDocumentor 1.4.1