Source for file contentfooter.php
Documentation is available at contentfooter.php
* Footer HTML that is included on every page
* this is only a sample implementation giving credit to the Bumblebee project and some
* feedback on what Bumblebee has been managing.
* This is GPL'd software, so it is *not* a requirement that you give credit to Bumblebee,
* link to the site etc. In fact, this is in the theme/ directory to allow you to customise
* it easily, without having to delve into the rest of the code.
* @author Stuart Prescott
* @copyright Copyright Stuart Prescott
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
/** Load ancillary functions */
require_once 'inc/typeinfo.php';
/** use the SystemStats object to create some nice info about what the system does */
include_once 'inc/systemstats.php';
require_once 'inc/bb/configreader.php';
print
"<div id='bumblebeefooter'>";
printf(T_('System managed by <a href="http://bumblebeeman.sf.net/">Bumblebee</a> version %s, released under the <a href="http://www.gnu.org/licenses/gpl.html">GNU GPL</a>.'),
if ($conf->status->database) {
printf(T_('This installation of Bumblebee currently manages %s users, %s projects, %s instruments and %s bookings.'),
$stat->get('users'), $stat->get('projects'), $stat->get('instruments'), $stat->get('bookings'));
if ($conf->value('display','server_signature',true)) {
printf(T_('Running under %s (%s), %s (%s), PHP (%s, %s mode) with %s (%s).'),
printf(T_('Email the <a href="mailto:%s">system administrator</a> for help.'),
print
"<p class='bumblebeecopyright'>";
printf(T_('Booking information Copyright © %s %s'),
date('Y'), $conf->value('main', 'CopyrightOwner'));
Documentation generated on Tue, 06 Mar 2007 10:01:08 +0000 by phpDocumentor 1.3.0