hello
I want to delete the right column, but don't know the file to edit....
I checked 'index.php', but couldn't find anything![]()
anyone?
amilo
This is a discussion on removing right column?? within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; hello I want to delete the right column, but don't know the file to edit.... I checked 'index.php', but couldn't ...
hello
I want to delete the right column, but don't know the file to edit....
I checked 'index.php', but couldn't find anything![]()
anyone?
amilo
if you are using dreamweaver, you can do a search and replace on all the files in the catalog directory. search for:
Code:<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 //-->
and replace it with nothing (a space or carriage return). this will remove the right column from all your pages.
Bookmarks