[Scummvm-cvs-logs] CVS: web/include html.php,1.11,1.12

Max Horn fingolfin at users.sourceforge.net
Mon Oct 13 14:47:15 CEST 2003


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

Modified Files:
	html.php 
Log Message:
cleanup

Index: html.php
===================================================================
RCS file: /cvsroot/scummvm/web/include/html.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- html.php	13 Oct 2003 19:13:20 -0000	1.11
+++ html.php	13 Oct 2003 21:45:14 -0000	1.12
@@ -110,8 +110,7 @@
 	global $_trcolor;
 	$str .= '</table>'."\n";
 	$str .= '</td></tr>'."\n";
-	if ($text)
-	{
+	if ($text) {
 		$str .= '<tr><td class="topMenu">'."\n";
 		$str .= '	<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr>'."\n";
 		$str .= '		<td align="center"><span class="menuTitle"> '.$text.' </span></td>'."\n";
@@ -131,7 +130,7 @@
 	$str = "\n".'<div align="center">'."\n";
 	$str .= '<table '.$width.' border="0" cellpadding="0" cellspacing="0">'."\n";
 	
-	if($title) {
+	if ($title) {
 		$str .= '<tr><td class="topMenu">'."\n";
 		$str .= '	<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr>'."\n";
 		$str .= '		<td valign=top align="left"><img src="'.$file_root.'/images/main_left_top.gif" alt="-"></td>'."\n";
@@ -141,7 +140,7 @@
 		$str .= '</td></tr>'."\n";
 	}
 	
-	$str .= '<tr><td>'."\n";	
+	$str .= '<tr><td>'."\n";
 	$str .= '<table width="100%" border="0" cellpadding='.$innerPad.' cellspacing=1 '.$extra.'><tr><td class="color2">'."\n";
 
 	return $str;
@@ -151,8 +150,7 @@
 {
 	global $file_root;
 	$str .= '</td></tr></table></td></tr>'."\n";
-	if ($text)
-	{
+	if ($text) {
 		$str .= '<tr><td class="topMenu">'."\n";
 		$str .= '	<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr>'."\n";
 		$str .= '		<td valign=bottom align="left"><img src="'.$file_root.'/images/main_left_bottom.gif" alt="-"></td>'."\n";
@@ -344,7 +342,6 @@
 	<img src="<?=$file_root?>/images/scummvm_logo.png"  width="407" height="111" alt="ScummVM" style="float: left">
 	<img src="<?=$file_root?>/images/scummvm_chars.png" width="193" height="111" alt="-" style="float: right">
 </div>
-
 <?
 }
 





More information about the Scummvm-git-logs mailing list