Onstar Posted October 17, 2005 Share Posted October 17, 2005 I want to add a "help" text or image on top, possibly somewhere on the logo area. I understand I will probably add the page in the information box. How do accomplish the task of placing this link or image and linking that to the page created in the information box? Gosh! I am so weak with this php stuff. I really need to learn it. Please help! Thanks Quote Link to comment Share on other sites More sharing options...
vtoss Posted October 17, 2005 Share Posted October 17, 2005 To add a link "around the logo" you will need to edit: shop/includes/header.php Edit the code around Line 67 of header.php to add another text link ------------------- Adding the link to the "Information box" requires editing: shop/includes/boxes/information.php Around Line 27 add another line like this '<a href="' . tep_href_link('YourFileName.php") . '">' . 'YourLinkText'. '</a>'); Where 'YourFileName.php' and 'YourLinkText' are within single quotes -------------------- Then Create the new page to be loaded - usually based on existing page Quote Link to comment Share on other sites More sharing options...
Onstar Posted October 18, 2005 Author Share Posted October 18, 2005 (edited) To add a link "around the logo" you will need to edit: shop/includes/header.php Edit the code around Line 67 of header.php to add another text link ------------------- Adding the link to the "Information box" requires editing: shop/includes/boxes/information.php Around Line 27 add another line like this '<a href="' . tep_href_link('YourFileName.php") . '">' . 'YourLinkText'. '</a>'); Where 'YourFileName.php' and 'YourLinkText' are within single quotes -------------------- Then Create the new page to be loaded - usually based on existing page I think that will help. Thanks a million times. I will tell you how that turned out. Thanks again. Edited October 18, 2005 by Onstar Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.