Source for file contentheader.php

Documentation is available at contentheader.php

  1. <?php
  2. /**
  3. * Content heading, branding etc
  4. *
  5. * This is only a sample header file.
  6. * You can customise the menu system here or in pageheader.php
  7. *
  8. @author    Stuart Prescott
  9. @copyright  Copyright Stuart Prescott
  10. @license    http://opensource.org/licenses/gpl-license.php GNU Public License
  11. @version    $Id$
  12. @package    Bumblebee
  13. @subpackage theme
  14. */
  15.  
  16. /** Load ancillary functions */
  17. require_once 'inc/typeinfo.php';
  18.  
  19. require_once 'inc/config.php';
  20. $conf ConfigReader::getInstance();
  21.  
  22. $MENUCONTENTS (isset($usermenu&& $usermenu !== null$usermenu->getMenu('';
  23. $BasePath     $conf->BasePath;
  24. ?>
  25. <body>
  26.  
  27. <div id="header">
  28.   <div id="headerLeft">
  29.     <a href='http://bumblebeeman.sf.net/' title="Bumblebee">
  30.       <img src='<?php echo $BasePath ?>/theme/images/logo.png' alt="Bumblebee logo" />
  31.     </a>
  32.   </div>
  33.   <div id="headerRight">
  34.     <h1><?php print T_('Bumblebee Instrument Bookings')?></h1>
  35.   </div>
  36. </div>
  37.  
  38. <div id='fmenu'>
  39.   <?php echo $MENUCONTENTS ?>
  40. </div>

Documentation generated on Tue, 06 Mar 2007 10:01:09 +0000 by phpDocumentor 1.3.0