Source for file pagefooter.php

Documentation is available at pagefooter.php

  1. <?php
  2. /**
  3. * Footer HTML that is included on every page
  4. *
  5. @author     Stuart Prescott
  6. @copyright  Copyright Stuart Prescott
  7. @license    http://opensource.org/licenses/gpl-license.php GNU Public License
  8. @version    $Id$
  9. @package    Bumblebee
  10. @subpackage theme
  11. */
  12.  
  13. /** Load ancillary functions */
  14. require_once 'inc/typeinfo.php';
  15.  
  16. /** there can be a contentfooter too */
  17. include 'theme/contentfooter.php';
  18.  
  19. ?>
  20.  
  21. </body>
  22. </html>

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