<?php
global $conf;
/* $Id: handler_footer.inc,v 1.6.24.2 2007/12/06 04:31:21 prabath321 Exp $ */
/**
*
* Sahana HTML footer
*
* PHP version 4 and 5
*
* LICENSE: This source file is subject to LGPL license
* that is available through the world-wide-web at the following URI:
* http://www.gnu.org/copyleft/lesser.html
*
* @package moduleAPI
* @subpackage form
* @author Chamindra de Silva (hide@address.com>
* @author Janaka Wickramasinghe <hide@address.com>
* @copyright Lanka Software Foundation - http://www.opensource.lk
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License (LGPL)
*
*/
?>
<div align="center" id="footer">
<?php
/*
<a class="help" target="_blank" href="<? echo $conf['sahana_url']; ?>" title="Sahana Home"><?php echo _("Sahana") ?></a> | <a
class="help" target="_blank"
href="<? echo $conf['wiki_url']; ?>" title="Sahana Wiki"><?php echo _("Wiki") ?></a>
| <a class="help" target="_blank" href="<? echo $conf['forum_url']; ?>"
title="Forums"><?php echo _("Forums") ?></a> | <a class="help" target="_blank"
href="<? echo $conf['chat_url']; ?>" title="Chats"><?php echo _("Chats") ?></a> <br />
<hr/>
*/
?>
<a target="_blank" href="http://www.php.net" title="<?php echo _("Powered by PHP") ?>"><img
src="res/img/button-php.gif" width="80" height="15"
alt="<?php echo _("Powered by PHP") ?>" border="0" /></a> <a target="_blank"
href="http://validator.w3.org/check/referer" title="<?php echo _("Valid XHTML 1.0") ?>"><img
src="res/img/button-xhtml.png" width="80" height="15"
alt="<?php echo _("Valid XHTML 1.0") ?>" border="0" /></a> <a target="_blank"
href="http://jigsaw.w3.org/css-validator/check/referer"
title="<?php echo _("Valid CSS") ?>"><img src="res/img/button-css.png" width="80"
height="15" alt="<?php echo _("Valid CSS") ?>" border="0" /></a></div>