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

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