Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

header title link change


designerdecor

Recommended Posts

Posted

I was wondering if anyone knows how to change the link of the logo.png image located in the header.php file

 

I think this is the line and I'd like to have it link back to my website home page and not the catalog index page

 

I just don't know enough to edit it, without breaking something

 

this is the code, I think,

 

<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'store_logo.png', STORE_NAME) . '</a>'; ?></td>

 

Thank you all in advance for any help.

 

Kelly

Posted

I was wondering if anyone knows how to change the link of the logo.png image located in the header.php file

 

I think this is the line and I'd like to have it link back to my website home page and not the catalog index page

 

I just don't know enough to edit it, without breaking something

 

this is the code, I think,

 

<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'store_logo.png', STORE_NAME) . '</a>'; ?></td>

 

Thank you all in advance for any help.

 

Kelly

I have always done the suggestion here:

http://www.oscommerce.com/forums/index.php?showtopic=155079

 

Once you do it, then you can change the link for your logo too.

 

Tim

 

Edit: or is your store in the catalog sub folder and you want the logo link to go the the html index page in the root?

Archived

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

×
×
  • Create New...