[Scummvm-cvs-logs] CVS: web/docs/specs sidebar_specs.php,1.5,1.6

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


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

Modified Files:
	sidebar_specs.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_specs.php
===================================================================
RCS file: /cvsroot/scummvm/web/docs/specs/sidebar_specs.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- sidebar_specs.php	4 Oct 2003 21:05:12 -0000	1.5
+++ sidebar_specs.php	9 Oct 2003 11:27:56 -0000	1.6
@@ -55,7 +55,10 @@
 
 	$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");
 
 	$g->done("",'<img src="'.$file_root.'/images/hangmonk.gif" border=0 alt="monkey">');





More information about the Scummvm-git-logs mailing list