e-football Posted October 15, 2006 Posted October 15, 2006 I sort of hinted at this in the other header topic but don't want to have 2 queries running on the same thread so here goes. I hav echanged the logo to my log and when I click on it I want to go out of oscommerce, what I get is this The requested URL /catalog/www.xxxxx.com.au was not found on this server. Can I click on my logo to go to www.xxxx.com.au Thanks
Andrew Yuen Posted October 15, 2006 Posted October 15, 2006 Change <?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?> To <?php echo '<a href="http://www.xxxx.com.au">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?> Andrew Yuen osCommerce, Community Team
e-football Posted October 15, 2006 Author Posted October 15, 2006 Change <?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?> To <?php echo '<a href="http://www.xxxx.com.au">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?> Thanks, but in which file is this code?
e-football Posted October 16, 2006 Author Posted October 16, 2006 Thanks, but in which file is this code? I have found it. Thanks very much for your help.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.