// 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/footer.inc.php // Repository: $HeadURL: file:///svn/p/refbase/code/branches/bleeding-edge/includes/footer.inc.php $ // Author(s): Matthias Steffens // // Created: 28-Jul-02, 11:30 // Modified: $Date: 2012-02-28 23:26:30 +0000 (Tue, 28 Feb 2012) $ // $Author: msteffens $ // $Revision: 1344 $ // This is the footer include file. // It contains functions that build the footer // which gets displayed on every page. // -------------------------------------------------------------------- // Inserts the closing HTML and tags: function displayHTMLfoot() { ?> [? echo encodeHTML($officialDatabaseName); ?] global $adminLoginEmail; global $hostInstitutionAbbrevName; // usage example: [? echo encodeHTML($hostInstitutionAbbrevName); ?] Home global $hostInstitutionName; // (note: in the examples above, square brackets must be replaced by their respective angle brackets) global $hostInstitutionURL; global $helpResourcesURL; global $librarySearchPattern; global $loginWelcomeMsg; // these variables are globally defined in function 'showLogin()' in 'include.inc.php' global $loginStatus; global $loginLinks; global $loginEmail; global $loc; // '$loc' is made globally available in 'core.php' ?>