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 $GLOBALS['lang']['way']['home'];
  14. ?>
  15. <div id="itemenu">
  16. <h1><?php echo $title?></h1>
  17. <div class="contentlink">
  18.     <a href="<?php echo $search;?>" title="<?php echo $GLOBALS['lang']['menu']['search'];?>"><?php echo $GLOBALS['lang']['menu']['search'];?></a>
  19. </div>
  20. </div>

Documentation generated on Sat, 08 Nov 2008 14:53:16 +0100 by phpDocumentor 1.4.1