Update of /cvsroot/xoops/xoops-current/html/include
In directory usw-pr-cvs1:/tmp/cvs-serv11895
Modified Files:
functions.php
Log Message:
no message
Index: functions.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/include/functions.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** functions.php 23 Aug 2002 04:07:17 -0000 1.10
--- functions.php 3 Sep 2002 06:45:39 -0000 1.11
***************
*** 29,32 ****
--- 29,33 ----
}
if ( !headers_sent() ) {
+ header ('Content-Type:text/html; charset='._CHARSET);
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
***************
*** 488,494 ****
unset($block);
}
! OpenTable();
! echo "<table width=\"100%\">".$cc_block."<tr valign='top'><td width='50%'>".$cl_block."</td><td width='50%'>".$cr_block."</td></tr></table>\n";
! CloseTable();
}
}
--- 489,495 ----
unset($block);
}
! //OpenTable();
! echo "<table align=\"center\" width=\"98%\">".$cc_block."<tr valign='top'><td width='49%'>".$cl_block."</td><td width='49%'>".$cr_block."</td></tr></table>\n";
! //CloseTable();
}
}
|