linea21-core
[ class tree: linea21-core ] [ index: linea21-core ] [ all elements ]

Source for file menurub.php

Documentation is available at menurub.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. $search "search.php?rub=" $rub;
  13. $title _t('way','home');
  14. ?>
  15. <div id="itemenu">
  16. <h1><?php echo $title?></h1>
  17. <div class="contentlink"><a href="<?php echo $search;?>"
  18.     id="content_link_search" title="<?php echo _t('menu','search');?>"><?php echo _t('menu','search');?></a>
  19. </div>
  20. </div>

Documentation generated on Thu, 03 May 2012 15:06:18 +0200 by phpDocumentor 1.4.1