From 1ddb2901ccc0e3b70214cd6a5fd06bb8f5643a98 Mon Sep 17 00:00:00 2001 From: Paul Gear Date: Sat, 27 Sep 2014 13:51:07 +1000 Subject: [PATCH] Minor tweaks to footer to show we're our own project now. :-) --- html/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/html/index.php b/html/index.php index 04a47905d..87f272de0 100755 --- a/html/index.php +++ b/html/index.php @@ -288,9 +288,10 @@ if (is_array($pagetitle))

' . (isset($config['footer']) ? $config['footer'] : '')); -echo('
Powered by ' . $config['project_name_version'].'. '); +echo('
Powered by ' . $config['project_name_version'].'.
'); echo( $config['project_name'].' is Free Software, released under the GNU GPLv3.
'); -echo(' Copyright © 2006-2012 by Adam Armstrong. Copyright © 2013-'.date("Y").' by the '.$config['project_name'].' Contributors.'); +echo(' Copyright © 2013-'.date("Y").' by the '.$config['project_name'].' Contributors.
'); +echo(' Copyright © 2006-2012 by Adam Armstrong.'); ?>