[Scummvm-cvs-logs] CVS: web/include sidebar.php,1.9,1.10

Jonathan Gray khalek at users.sourceforge.net
Wed Apr 23 20:17:22 CEST 2003


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

Modified Files:
	sidebar.php 
Log Message:
add sidebar link to demo list

Index: sidebar.php
===================================================================
RCS file: /cvsroot/scummvm/web/include/sidebar.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- sidebar.php	14 Oct 2002 05:46:48 -0000	1.9
+++ sidebar.php	24 Apr 2003 03:16:43 -0000	1.10
@@ -43,6 +43,7 @@
 
 	$g = new htmlmenu("Misc. Menu");
 
+	$g->add("Demos", $file_root."/demos.php");
 	$g->add("Links", $file_root."/links.php");
 	$g->add("Contact", $file_root."/contact.php");
 





More information about the Scummvm-git-logs mailing list