From: Arun Persaud Date: Thu, 6 Oct 2011 05:37:45 +0000 (-0700) Subject: include green1.gif picture from dreamhost X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6da798e39be09e3cea651be2c7d826b79450a1f8;p=e-DoKo.git include green1.gif picture from dreamhost used to be a https request and took a long time to load, better to host it locally --- diff --git a/include/output.php b/include/output.php index 9786ad4..d71d11a 100644 --- a/include/output.php +++ b/include/output.php @@ -445,7 +445,7 @@ function output_footer() " via git
or download the source via
\n'git clone http://nubati.net/git/e-DoKo.git'
\n". " \n". " \"Green\n". + " src=\"pics/green1.gif\" height=\"32\" width=\"100\" />\n". "

\n"; echo "\n"; echo "\n"; diff --git a/pics/green1.gif b/pics/green1.gif new file mode 100644 index 0000000..2cffa4f Binary files /dev/null and b/pics/green1.gif differ