jhaustein Posted December 17, 2004 Posted December 17, 2004 hi community is it possible to delete the complete right side of menues, so that i get an bigger main site
ozcsys Posted December 17, 2004 Posted December 17, 2004 hi community is it possible to delete the complete right side of menues, so that i get an bigger main site <{POST_SNAPBACK}> You will need to remove or comment out the following code from your index.php and other files that call it <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
boxtel Posted December 17, 2004 Posted December 17, 2004 You will need to remove or comment out the following code from your index.php and other files that call it <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> <{POST_SNAPBACK}> you need to take out this: <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="0"> <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?> </table></td> Treasurer MFC
Recommended Posts
Archived
This topic is now archived and is closed to further replies.