[Scummvm-cvs-logs] CVS: web/include html.php,1.16,1.17

Max Horn fingolfin at users.sourceforge.net
Tue Jan 27 14:00:07 CET 2004


Update of /cvsroot/scummvm/web/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7716/include

Modified Files:
	html.php 
Log Message:
get rid of global JavaScript - it's only used on the main page after all; get rid of back/next images and use pure text instead

Index: html.php
===================================================================
RCS file: /cvsroot/scummvm/web/include/html.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- html.php	15 Oct 2003 21:55:33 -0000	1.16
+++ html.php	27 Jan 2004 21:52:56 -0000	1.17
@@ -300,7 +300,6 @@
 	<meta name="author" content="Jeremy Newman <jnewman at dracowulf.com>">
 	<link rel="stylesheet" href="<?=$file_root?>/styles.css" type="text/css">
 	<?=$extra?>
-	<script src="<?=$file_root?>/scripts.js" type="text/javascript"></script>
 </head>
 
 <body>





More information about the Scummvm-git-logs mailing list