account1000 Posted May 6, 2007 Share Posted May 6, 2007 Hi, i want to link my header logo to index.html, how im going to link it, please advice advance thanks :rolleyes: Link to comment Share on other sites More sharing options...
boxesonthemove Posted November 8, 2007 Share Posted November 8, 2007 I would like to know as well! <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'logo.jpg', 'Boxes on the Move') . '</a>'; ?></td> What do I change to make it link to my index site? My first post on here I think! No Boxes? No Problem! We Sell Boxes and Moving Supplies for LESS! Ken Combden Boxes on the Move (905)720-2005 Link to comment Share on other sites More sharing options...
gamesxs Posted November 10, 2007 Share Posted November 10, 2007 In catalog/includes/header.php change <?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'your_logo.jpg', STORE_NAME) . '</a>'; ?> To <?php echo '<a href="' . tep_href_link('index.html') . '">' . tep_image(DIR_WS_IMAGES . 'your_logo.jpg', STORE_NAME) . '</a>'; ?> Just tried it and it seems to work if I had the faintest clue regarding exactly what it was that I may or may not be doing, I would stop it!! Link to comment Share on other sites More sharing options...
schraeg Posted January 25, 2011 Share Posted January 25, 2011 it doesn't work with a foreign server. I tried to put in a link like . tep_href_link('http://....html') . , but it doesn't work. Can anybody help me? Link to comment Share on other sites More sharing options...
germ Posted January 25, 2011 Share Posted January 25, 2011 tep_href_link() is for links to pages INSIDE the store only. For pages OUTSIDE the store use simple HTML If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.