Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

main site extension


jhaustein

Recommended Posts

Posted
hi community

 

is it possible to delete the complete right side of menues, so that i get an bigger main site

 

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??

Posted
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'); ?>

 

 

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...