[Scummvm-cvs-logs] scummvm-web old-design -> dd27dc6c875e08378a9403c37751e13eb337e653

sev- sev at scummvm.org
Sat Apr 9 14:31:19 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
dd27dc6c87 WEB: Avoid external image links on the old website


Commit: dd27dc6c875e08378a9403c37751e13eb337e653
    https://github.com/scummvm/scummvm-web/commit/dd27dc6c875e08378a9403c37751e13eb337e653
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-04-09T14:30:57+02:00

Commit Message:
WEB: Avoid external image links on the old website

Changed paths:
  A images/sflogo.png
  A images/valid-html401.png
  A images/vcss.gif
    include/sidebar.php



diff --git a/images/sflogo.png b/images/sflogo.png
new file mode 100644
index 0000000..142a6f9
Binary files /dev/null and b/images/sflogo.png differ
diff --git a/images/valid-html401.png b/images/valid-html401.png
new file mode 100644
index 0000000..c010842
Binary files /dev/null and b/images/valid-html401.png differ
diff --git a/images/vcss.gif b/images/vcss.gif
new file mode 100644
index 0000000..020c75a
Binary files /dev/null and b/images/vcss.gif differ
diff --git a/include/sidebar.php b/include/sidebar.php
index 3944968..a1e622c 100644
--- a/include/sidebar.php
+++ b/include/sidebar.php
@@ -83,15 +83,15 @@ function sidebar_start ($specs_mode = false)
 	</div></form>
 
 	<p>
-		<a href="http://sourceforge.net/"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=37116" width="88" height="31" alt="SourceForge"></a>
+		<a href="http://sourceforge.net/"><img src="<?=$file_root?>/images/sflogo.png" width="88" height="31" alt="SourceForge"></a>
 	</p>
 
 	<p>
-		<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" width="88" height="31" alt="Valid HTML 4.01!"></a>
+		<a href="http://validator.w3.org/check/referer"><img src="<?=$file_root?>/images/valid-html401.png" width="88" height="31" alt="Valid HTML 4.01!"></a>
 	</p>
 
 	<p>
-		<a href="http://jigsaw.w3.org/css-validator/"><img src="http://jigsaw.w3.org/css-validator/images/vcss" width="88" height="31" alt="Valid CSS!" ></a>
+		<a href="http://jigsaw.w3.org/css-validator/"><img src="<?=$file_root?>/images/vcss.gif" width="88" height="31" alt="Valid CSS!" ></a>
 	</p>
 </td><td id="main">
 <?php






More information about the Scummvm-git-logs mailing list