mes Posted December 20, 2004 Posted December 20, 2004 Hey Guys, Just wondering where I can change the link address for my logo. It currently points to the catalog/index.php I want it to link elsewhere. Thanks for the help... mes
ozcsys Posted December 20, 2004 Posted December 20, 2004 Hey Guys, Just wondering where I can change the link address for my logo. It currently points to the catalog/index.php I want it to link elsewhere. Thanks for the help... mes <{POST_SNAPBACK}> Here is the link in your includes/header.php file <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td> Change the FILENAME_DEFAULT to something else The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
mes Posted December 20, 2004 Author Posted December 20, 2004 cheers ozcsys, i have placed the following peice of code over the origional but it isn't changing. Could it be that I am using STS Templates? <td valign="middle"><?php echo '<a href="' . tep_href_link(../../index.htm) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td> Cheers Guys mes
ozcsys Posted December 20, 2004 Posted December 20, 2004 cheers ozcsys, i have placed the following peice of code over the origional but it isn't changing. Could it be that I am using STS Templates? <td valign="middle"><?php echo '<a href="' . tep_href_link(../../index.htm) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td> Cheers Guys mes <{POST_SNAPBACK}> Yes that is the problem look for the same piece of code in your includes/sts_display_output.php file The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
mes Posted December 20, 2004 Author Posted December 20, 2004 Sorted it just put the '../../index.htm' in quotes, and with sts it is in the sts__display_output file. Thanks Guys mes
mes Posted December 20, 2004 Author Posted December 20, 2004 Replyed at the same time ozc:-) Wasn't just stating the obvious. thanks man. mes
Recommended Posts
Archived
This topic is now archived and is closed to further replies.