Contributions

Other (Category Index)
Search: 

Correction of Index.php in OSC2.2MS2

I get 2 day in a brutal fight to find here my OSC lost layout. After walking in beach in front of my house. Parabim para bah!
I find one lost </table> .
Get this file and put in your catalog dir.

Expand All / Collapse All

MS2 Table Correction Donald Harriman 14 Aug 2003

The missing table ( </table> ) messes with the alignment of the tables and the index.php page when loading
column_right.php.

The fix is below:
Around line 330 of index.php you need to add another </table> to correct the problem. See below for snip:

Line 328: <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>
Line 329: <!-- right_navigation_eof //-->
Line 330: </table></table></td>
Line 331: </tr>
Line 332: </table>
Line 334: <!-- body_eof //-->

Makes it easier than downloading another index.php file.

Hope this helps some.

Correction of Index.php in OSC2.2MS2 francisco Angelini 13 Aug 2003

Note: Contributions are used at own risk.