<?php
/**
* Page footer for OFFL UI
*
* @author Stephen Rochelle <hide@address.com>
* @version OFFL v0.2
* @copyright Copyright (c) 2004 Stephen Rochelle. Some rights reserved.
* @package offl-ui
*/
$year = getThisYear();
?>
<div class="line"></div>
<?php if (!isset($myleague))
{ echo "<p id=\"copyref\">© $year OFFL.</p>\n"; }
else { ?>
<p id="copyref">© <?php echo $year ?> <?php echo $myleague->getLeagueName(); ?>.
<?php
if (strlen($myleague->getLeagueMotto()) ) {
?><span id="motto"><?php echo $myleague->getLeagueMotto(); ?></span><?php } ?></p><?php } /* end if $myleague */ ?>
<div class="small"><p>
<?php
$webm_email = $control->getValue("MISC_WEBMASTER_EMAIL");
if (isset($myleague) && strlen($myleague->getCommishEmail()))
{ ?>
Commissioner: <a href="mailto:<?php echo $myleague->getCommishEmail(); ?>"><?php echo $myleague->getCommishEmail(); ?></a><br />
<?php }
if (strlen($webm_email))
{
?>
Webmaster: <a href="mailto:<?php echo $webm_email; ?>"><?php echo $webm_email; ?></a>
<?php } ?>
</p><p>This site runs <a href="<?php echo $WEB_ROOT; ?>/about.php">OFFL v. <?php readfile("$DOC_ROOT/lib/VERSION") ?></a> by Stephen Rochelle and Brad Schwie</p>
</div>
<div id="footerbox"></div>
</body></html>