Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

what's new here


Vesper

Recommended Posts

Posted

How do you get rid of the text that says "What's new here" at the top of the index page, but still keep the guest login request in-tact?

Posted

In index.php, at around line 286, is this code:

    <td width="100%" valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="0">
     <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>

You could remove it all, and you'd get rid of the "What's New Here" plus the little graphic on the right - this is only for the top level of the site. If you want to remove only the text, you could remove the line:

           <td class="pageHeading"><?php echo HEADING_TITLE; ?></td>

or, in includes/languages/english/index.php, replace the string 'What's New Here' with a null string ('').

Archived

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

×
×
  • Create New...