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

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