Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

remove right hand column?


jloyzaga

Recommended Posts

You must remove the following from pages you do not wish to display the right column/table:

 

    <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
<!-- right_navigation //-->
<?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>
<!-- right_navigation_eof //-->
   </table></td>

 

Matti

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...