Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Trouble with Index Page


chriscknapp

Recommended Posts

I've edited the /includes/languages/english/index.php file so that it would not show the Welcome Guest message. I wanted to have the little logo on the right removed and have a single image centered right there.

 

I have edited /catalog/index.php - removing -

 

            <td class="pageHeading"><?php echo HEADING_TITLE; ?></td>
           <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?>

 

and put in it's place-

 

<center><img src="http://carrisacountrystore.com/store/catalog/images/logo.jpg"></center>

 

When I view source of the sites, it is still using the part I deleted...can someone please help? Thanks.

 

My Webpage

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...