// 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: ./contrib/skins/mediawiki-monobook/header.inc.php // Repository: $HeadURL: file:///svn/p/refbase/code/branches/bleeding-edge/contrib/skins/mediawiki-monobook/header.inc.php $ // Author(s): Richard Karnesky // // Created: 31-Oct-06, 00:28 // Modified: $Date: 2012-02-27 20:25:30 +0000 (Mon, 27 Feb 2012) $ // $Author: msteffens $ // $Revision: 1337 $ // 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; ?>

From NUCAPT