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. <div class="help">
  16. <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>
  17. <div id="aide">
  18. <p class="info"><?php echo _t('help','name');?> : <?php echo _t('search','help');?></p>
  19. <ul>
  20.     <li><?php echo _t('search','help_list1')?></li>
  21.     <li><?php echo _t('search','help_list2')?></li>
  22.     <li><?php echo _t('search','help_list3')?></li>
  23. </ul>
  24.  
  25. include_once(THEME_ADMIN_PATH."footer_content.php");
  26. ?>

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