summaryrefslogtreecommitdiffstats
path: root/include/output.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2013-01-19 11:59:48 -0800
committerArun Persaud <arun@nubati.net>2013-01-19 12:12:37 -0800
commit73ebd30fdbe4038137c700eb53dc812c17550056 (patch)
tree45be903b46c1edec82104703bec63f9f350f3590 /include/output.php
parent6c80e21d296f7c796edbbaca87caffe8d5c7dc48 (diff)
downloade-DoKo-73ebd30fdbe4038137c700eb53dc812c17550056.tar.gz
e-DoKo-73ebd30fdbe4038137c700eb53dc812c17550056.tar.bz2
e-DoKo-73ebd30fdbe4038137c700eb53dc812c17550056.zip
LAYOUT: fix footer
Diffstat (limited to 'include/output.php')
-rw-r--r--include/output.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/output.php b/include/output.php
index 4801987..9a8fa8d 100644
--- a/include/output.php
+++ b/include/output.php
@@ -446,12 +446,12 @@ function output_footer()
echo "</div>\n\n";
echo "<footer>\n";
+ echo " <p class=\"left\"> copyright 2006-2013 <a href=\"$INDEX?action=about\">Arun Persaud, et al.</a> <br />\n";
echo " <p class=\"right\"> See the latest changes <a href=\"http://nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=summary\">\n".
" via git </a> <br />or download the source via <br />\n'git clone http://nubati.net/git/e-DoKo.git' <br />\n".
- " <a href=\"http://www.dreamhost.com/green.cgi\"><p>\n".
- " <img class=\"right\" alt=\"Green Web Hosting! This site hosted by DreamHost.\"".
- " src=\"pics/green1.gif\" height=\"32\" width=\"100\" /></a>\n";
- echo " <p class=\"left\"> copyright 2006-2013 <a href=\"$INDEX?action=about\">Arun Persaud, et al.</a> <br />\n";
+ " <a href=\"http://www.dreamhost.com/green.cgi\">\n".
+ " <img alt=\"Green Web Hosting! This site hosted by DreamHost.\"".
+ " src=\"pics/green1.gif\" height=\"32\" width=\"100\" /></a><p>\n";
echo "</footer>\n\n";
echo '<script src="'.autoversion('js/jquery.min.js'). '"></script>';