[Scummvm-cvs-logs] SF.net SVN: scummvm:[39084] web/trunk/include/sidebar.php
mthreepwood at users.sourceforge.net
mthreepwood at users.sourceforge.net
Tue Mar 3 04:13:16 CET 2009
Revision: 39084
http://scummvm.svn.sourceforge.net/scummvm/?rev=39084&view=rev
Author: mthreepwood
Date: 2009-03-03 03:13:15 +0000 (Tue, 03 Mar 2009)
Log Message:
-----------
Silence HTML warnings.
Modified Paths:
--------------
web/trunk/include/sidebar.php
Modified: web/trunk/include/sidebar.php
===================================================================
--- web/trunk/include/sidebar.php 2009-03-02 22:37:09 UTC (rev 39083)
+++ web/trunk/include/sidebar.php 2009-03-03 03:13:15 UTC (rev 39084)
@@ -36,7 +36,7 @@
$g->add("Subversion Tree", "http://scummvm.svn.sourceforge.net/viewvc/scummvm/scummvm/trunk/");
$g->done();
- $g = new htmlmenu("Misc. Menu", "menu-misc", '<img src="'.$file_root.'/images/hangmonk.gif" alt="monkey" align="right" width="55" height="57"><a href="http://sourceforge.net/donate/index.php?group_id=37116"><img src="http://images.sourceforge.net/images/project-support.jpg" width="88" height="32" border="0" alt="Support This Project"> </a><br/><br/><br/><br/><br/><a href="http://www.gog.com/en/frontpage/pp/22d200f8670dbdb3e253a90eee5098477c95c23d"><img src="'.$file_root.'/images/GOG_button.jpg" alt="Buy with GOG.com" align="left" width="134" height="41"></a>
+ $g = new htmlmenu("Misc. Menu", "menu-misc", '<img src="'.$file_root.'/images/hangmonk.gif" alt="monkey" align="right" width="55" height="57"><a href="http://sourceforge.net/donate/index.php?group_id=37116"><img src="http://images.sourceforge.net/images/project-support.jpg" width="88" height="32" border="0" alt="Support This Project"> </a><br><br><br><br><br><a href="http://www.gog.com/en/frontpage/pp/22d200f8670dbdb3e253a90eee5098477c95c23d"><img src="'.$file_root.'/images/GOG_button.jpg" alt="Buy with GOG.com" align="left" width="134" height="41"></a>
');
$g->add("Subprojects", $file_root."/subprojects.php");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list