[Scummvm-cvs-logs] CVS: web/docs/specs aary.php,1.8,1.9 char.php,1.6,1.7 glossary.php,1.7,1.8 index.php,1.7,1.8 introduction.php,1.10,1.11 scrp-v5.php,1.7,1.8 scrp-v6.php,1.8,1.9 scrp.php,1.7,1.8

Eugene Sandulenko sev at users.sourceforge.net
Wed Nov 30 17:38:10 CET 2005


Update of /cvsroot/scummvm/web/docs/specs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3837/docs/specs

Modified Files:
	aary.php char.php glossary.php index.php introduction.php 
	scrp-v5.php scrp-v6.php scrp.php 
Log Message:
Fix PHP warning


Index: aary.php
===================================================================
RCS file: /cvsroot/scummvm/web/docs/specs/aary.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- aary.php	1 Dec 2005 01:30:38 -0000	1.8
+++ aary.php	1 Dec 2005 01:36:53 -0000	1.9
@@ -5,7 +5,7 @@
 require($file_root."/include/"."incl.php");
 
 // start of html
-html_page_header("ScummVM :: SCUMM Reference Guide :: AARY Arrays and Strings", '<link href="specs.css" rel="stylesheet" type="text/css">');
+html_page_header("ScummVM :: SCUMM Reference Guide :: AARY Arrays and Strings", array("specs.css"));
     
 //display welcome table
 echo html_content_begin("AARY: Arrays and Strings","");

Index: char.php
===================================================================
RCS file: /cvsroot/scummvm/web/docs/specs/char.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- char.php	1 Dec 2005 01:30:38 -0000	1.6
+++ char.php	1 Dec 2005 01:36:53 -0000	1.7
@@ -5,7 +5,7 @@
 require($file_root."/include/"."incl.php");
 
 // start of html
-html_page_header("ScummVM :: SCUMM Reference Guide :: CHAR Character Sets", '<link href="specs.css" rel="stylesheet" type="text/css">');
+html_page_header("ScummVM :: SCUMM Reference Guide :: CHAR Character Sets", array("specs.css"));
 
 //display welcome table
 html_content_begin('CHAR: Character Sets');

Index: glossary.php
===================================================================
RCS file: /cvsroot/scummvm/web/docs/specs/glossary.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- glossary.php	1 Dec 2005 01:30:38 -0000	1.7
+++ glossary.php	1 Dec 2005 01:36:53 -0000	1.8
@@ -5,7 +5,7 @@
 require($file_root."/include/"."incl.php");
 
 // start of html
-html_page_header("ScummVM :: SCUMM Reference Guide :: Glossary", '<link href="specs.css" rel="stylesheet" type="text/css">');
+html_page_header("ScummVM :: SCUMM Reference Guide :: Glossary", array("specs.css"));
 
 //display welcome table
 echo html_content_begin("Glossary");

Index: index.php
===================================================================
RCS file: /cvsroot/scummvm/web/docs/specs/index.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- index.php	1 Dec 2005 01:30:38 -0000	1.7
+++ index.php	1 Dec 2005 01:36:53 -0000	1.8
@@ -5,7 +5,7 @@
 require($file_root."/include/"."incl.php");
 
 // start of html
-html_page_header("ScummVM :: The inComplete SCUMM Reference Guide", '<link href="specs.css" rel="stylesheet" type="text/css">');
+html_page_header("ScummVM :: The inComplete SCUMM Reference Guide", array("specs.css"));
 
 html_content_begin('The inComplete SCUMM Reference Guide');
 

Index: introduction.php
===================================================================
RCS file: /cvsroot/scummvm/web/docs/specs/introduction.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- introduction.php	1 Dec 2005 01:30:38 -0000	1.10
+++ introduction.php	1 Dec 2005 01:36:53 -0000	1.11
@@ -5,7 +5,7 @@
 require($file_root."/include/"."incl.php");
 
 // start of html
-html_page_header("ScummVM :: SCUMM Reference Guide :: Introduction", '<link href="specs.css" rel="stylesheet" type="text/css">');
+html_page_header("ScummVM :: SCUMM Reference Guide :: Introduction", array("specs.css"));
 
 //display welcome table
 html_content_begin("Introduction");

Index: scrp-v5.php
===================================================================
RCS file: /cvsroot/scummvm/web/docs/specs/scrp-v5.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- scrp-v5.php	1 Dec 2005 01:30:38 -0000	1.7
+++ scrp-v5.php	1 Dec 2005 01:36:53 -0000	1.8
@@ -5,7 +5,7 @@
 require($file_root."/include/"."incl.php");
 
 // start of html
-html_page_header("ScummVM :: SCUMM Reference Guide :: V5 opcode list", '<link href="specs.css" rel="stylesheet" type="text/css">');
+html_page_header("ScummVM :: SCUMM Reference Guide :: V5 opcode list", array("specs.css"));
 
 //display welcome table 
 echo html_content_begin("V5 opcode list");

Index: scrp-v6.php
===================================================================
RCS file: /cvsroot/scummvm/web/docs/specs/scrp-v6.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- scrp-v6.php	1 Dec 2005 01:30:38 -0000	1.8
+++ scrp-v6.php	1 Dec 2005 01:36:53 -0000	1.9
@@ -5,7 +5,7 @@
 require($file_root."/include/"."incl.php");
 
 // start of html
-html_page_header("ScummVM :: SCUMM Reference Guide :: V6 opcode list", '<link href="specs.css" rel="stylesheet" type="text/css">');
+html_page_header("ScummVM :: SCUMM Reference Guide :: V6 opcode list", array("specs.css"));
 
 //display welcome table
 echo html_content_begin("V6 opcode list");

Index: scrp.php
===================================================================
RCS file: /cvsroot/scummvm/web/docs/specs/scrp.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- scrp.php	1 Dec 2005 01:30:38 -0000	1.7
+++ scrp.php	1 Dec 2005 01:36:53 -0000	1.8
@@ -5,7 +5,7 @@
 require($file_root."/include/"."incl.php");
 
 // start of html
-html_page_header("ScummVM :: SCUMM Reference Guide :: SCRP Scripts", '<link href="specs.css" rel="stylesheet" type="text/css">');
+html_page_header("ScummVM :: SCUMM Reference Guide :: SCRP Scripts", array("specs.css"));
 
 //display welcome table
 echo html_content_begin("SCRP: Scripts");





More information about the Scummvm-git-logs mailing list