// Copyright: Matthias Steffens and the file's // original author(s). // // This code is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY. Please see the GNU General Public // License for more details. // // File: ./includes/header.inc.php // Repository: $HeadURL: file:///svn/p/refbase/code/branches/bleeding-edge/includes/header.inc.php $ // Author(s): Matthias Steffens // // Created: 28-Jul-02, 11:21 // Modified: $Date: 2015-01-08 01:10:31 +0000 (Thu, 08 Jan 2015) $ // $Author: karnesky $ // $Revision: 1404 $ // This is the header include file. // It contains functions that provide the HTML header // as well as the visible header that gets displayed on every page. // -------------------------------------------------------------------- // Inserts the HTML ... block as well as the initial tag: // // TODO: include OpenSearch elements in HTML header // (see examples at ) function displayHTMLhead($pageTitle, $metaRobots, $metaDescription, $additionalMeta, $includeJavaScript, $includeJavaScriptFile, $viewType, $rssURLArray) { global $officialDatabaseName; // these variables are defined in 'ini.inc.php' global $contentTypeCharset; global $defaultStyleSheet; global $printStyleSheet; global $mobileStyleSheet; global $useVisualEffects; global $databaseBaseURL; global $databaseKeywords; global $defaultFeedFormat; ?> <?php echo $pageTitle; ?>