<?php
/*
* buzzword
* Copyright (c) 2003 Jon Tai
*
* $Id: header.inc 267 2004-03-31 03:14:55Z bradt $
*
* This file is part of buzzword.
*
* buzzword is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* buzzword is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with buzzword; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
if (get_pref('buzzword_ob_gzhandler'))
ob_start('ob_gzhandler');
header('Content-Type: text/html; charset=ISO-8859-1');
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title><?php echo "buzzword $BUZZWORD_VERSION - $BUZZWORD_PAGE_TITLE"; ?></title>
<link rel="stylesheet" type="text/css" href="../style.css">
<?php echo stylesheet_hook(); ?>
<script language="JavaScript" type="text/javascript" src="../scripts.js"></script>
<?php echo javascript_hook(); ?>
</head>
<body>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td colspan="2" class="grey-bar"></td>
</tr>
<tr>
<td id="title"><?php echo $BUZZWORD_PAGE_TITLE; ?></td>
<td id="navigation">
<?php echo navigation_hook(); ?>
</td>
</tr>
<tr>
<td colspan="2" class="grey-bar"></td>
</tr>
<tr>
<td colspan="2" id="breadcrumb-nav"><?php echo join(' > ', $BUZZWORD_BREADCRUMBS); ?></td>
</tr>
<tr>
<td colspan="2" class="grey-bar"></td>
</tr>
<tr>
<td colspan="2">