From: <ok...@us...> - 2003-01-07 08:20:39
|
Update of /cvsroot/xoops/xoops2/include In directory sc8-pr-cvs1:/tmp/cvs-serv27372/include Modified Files: old_theme_functions.php Log Message: Index: old_theme_functions.php =================================================================== RCS file: /cvsroot/xoops/xoops2/include/old_theme_functions.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** old_theme_functions.php 2 Jan 2003 15:42:12 -0000 1.1 --- old_theme_functions.php 7 Jan 2003 08:20:35 -0000 1.2 *************** *** 5,14 **** function OpenTable($width='100%') { ! echo '<table width="'.$width.'" border="0" cellspacing="0" cellpadding="0" class="bg2"><tr><td><table width="100%" border="0" cellspacing="0" cellpadding="8" class="bg4"><tr><td>'; } function CloseTable() { ! echo '</td></tr></table></td></tr></table>'; } --- 5,14 ---- function OpenTable($width='100%') { ! echo '<table width="'.$width.'" cellspacing="0" class="outer"><tr><td class="even">'; } function CloseTable() { ! echo '</td></tr></table>'; } |