Minor tweaks to footer to show we're our own project now. :-)

This commit is contained in:
Paul Gear 2014-09-27 13:51:07 +10:00
parent a38b2f37c2
commit 1ddb2901cc

View File

@ -288,9 +288,10 @@ if (is_array($pagetitle))
<div class="col-md-12 text-center">
<?php
echo(' <br /> <br /> ' . (isset($config['footer']) ? $config['footer'] : ''));
echo(' <br />Powered by <a href="' . $config['project_url'] . '" target="_blank">' . $config['project_name_version'].'</a>. ');
echo(' <br />Powered by <a href="' . $config['project_url'] . '" target="_blank">' . $config['project_name_version'].'</a>.<br/>');
echo( $config['project_name'].' is <a href="http://www.gnu.org/philosophy/free-sw.html">Free Software</a>, released under the <a href="http://www.gnu.org/copyleft/gpl.html">GNU GPLv3</a>.<br/>');
echo(' Copyright &copy; 2006-2012 by Adam Armstrong. Copyright &copy; 2013-'.date("Y").' by the '.$config['project_name'].' Contributors.');
echo(' Copyright &copy; 2013-'.date("Y").' by the '.$config['project_name'].' Contributors.<br/>');
echo(' Copyright &copy; 2006-2012 by Adam Armstrong.');
?>
</div>
</div>