Updated link to /about/

This commit is contained in:
Neil Lathwood
2015-01-09 08:06:54 +00:00
parent f8bb38e553
commit b1176fd0a8

View File

@@ -300,7 +300,7 @@ if($config['enable_footer'] == 1) {
<div class="row">
<div class="col-md-12 text-center">
<?php
echo('<em> Powered by <a href="' . $config['project_url'] . '" target="_blank">' . $config['project_name'].'</a>.</em><br/>');
echo('<em> Powered by <a href="/about/" target="_blank">' . $config['project_name'].'</a>.</em><br/>');
?>
</div>
</div>