Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing "middle" of index.php


gildedsplinters

Recommended Posts

Posted

I am trying to remove all of the text from the front page, and dump in the html i have created for the home page -- it is working, minus getting rid of the little image in the top corner, topic heading, and the welcome guest login text.

 

Where is that stuff stored? Where do I edit it? REMOVE it!

 

thanks

 

JG

Posted
I am trying to remove all of the text from the front page, and dump in the html i have created for the home page -- it is working, minus getting rid of the little image in the top  corner, topic heading, and the welcome guest login text.

 

Where is that stuff stored? Where do I edit it? REMOVE it!

 

thanks

 

JG

 

Comment out or delete these lines:

<!--      <tr>
       <td><table border="0" width="100%" cellspacing="0" cellpadding="0">
         <tr>
           <td class="pageHeading"><?php //echo HEADING_TITLE; ?></td>
           <td class="pageHeading" align="right"><?php //echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>
         </tr>
       </table></td>
     </tr>
     <tr>
       <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
     </tr>-->

osCommerce is a great piece of software with wonderful contributions.

Spend some time in the contribution area. There are a lot of gems there.

Posted
Comment out or delete these lines:

<!--      <tr>
       <td><table border="0" width="100%" cellspacing="0" cellpadding="0">
         <tr>
           <td class="pageHeading"><?php //echo HEADING_TITLE; ?></td>
           <td class="pageHeading" align="right"><?php //echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td>
         </tr>
       </table></td>
     </tr>
     <tr>
       <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
     </tr>-->

 

Which file is that in? index.php?

Posted
Where is that code located? It's not in the index.php file??? Thanks for the help!

 

JG

 

It is in index.php in the root of your catalog directory around line 287. I'm not positive about the exact line number because I have edited all of that code, but check around there. Do a search on HEADING_TITLE in index.php and you should be able to find where those are getting printed out.

 

Remeber these are in catalog/index.php not catalog/includes/languages/english/index.php

osCommerce is a great piece of software with wonderful contributions.

Spend some time in the contribution area. There are a lot of gems there.

Archived

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

×
×
  • Create New...