[Scummvm-cvs-logs] CVS: web/include sidebar.php,1.12,1.13

Jonathan Gray khalek at users.sourceforge.net
Thu Oct 9 04:28:04 CEST 2003


Update of /cvsroot/scummvm/web/include
In directory sc8-pr-cvs1:/tmp/cvs-serv21051/include

Modified Files:
	sidebar.php 
Log Message:
add link to press page from sidebar as I won't have time to add blurbs for a while anyway, the specs sidebar shouldn't reproduce parts of the main sidebar; will have to look into that at some point

Index: sidebar.php
===================================================================
RCS file: /cvsroot/scummvm/web/include/sidebar.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- sidebar.php	4 Oct 2003 21:05:12 -0000	1.12
+++ sidebar.php	9 Oct 2003 11:27:56 -0000	1.13
@@ -25,7 +25,7 @@
 	$g->add("FAQ", $file_root."/faq.php");
 	$g->add("ScreenShots", $file_root."/screenshots.php");
 	$g->add("Compatibility", $file_root."/compatibility.php");
-    $g->add("Documentation", $file_root."/documentation.php");
+	$g->add("Documentation", $file_root."/documentation.php");
 	$g->add("Downloads", $file_root."/downloads.php");
 
 	$g->done();
@@ -44,6 +44,7 @@
 	$g = new htmlmenu("Misc. Menu");
 
 	$g->add("Demos", $file_root."/demos.php");
+	$g->add("Press", $file_root."/press.php");
 	$g->add("Links", $file_root."/links.php");
 	$g->add("Credits", $file_root."/credits.php");
 	$g->add("Contact", $file_root."/contact.php");





More information about the Scummvm-git-logs mailing list