massdigitalmedia Posted May 8, 2008 Posted May 8, 2008 (edited) I've purchased a template from Template monster, and I'm trying to add alinks to dditional pages on the right hand side (shipping, returns, conditions...etc...), but I can't seem to figure out where to add the code. I've searched through about 20 PHP pages to no avail. If anyone can give me a hand it would be much appreciated. I have to add several links to the list. Please see the site @ http://www.hapkidogear.com THANK YOU! Scott Edited May 8, 2008 by massdigitalmedia Quote
woodpress Posted May 19, 2008 Posted May 19, 2008 I've purchased a template from Template monster, and I'm trying to add alinks to dditional pages on the right hand side (shipping, returns, conditions...etc...), but I can't seem to figure out where to add the code. I've searched through about 20 PHP pages to no avail. If anyone can give me a hand it would be much appreciated. I have to add several links to the list. Please see the site @ http://www.hapkidogear.com THANK YOU! Scott Hi Nice Theme. Look in includes > boxes > information.php Around line 23 is where you see the module links listed. It looks like <a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' . Add the other links to the modules in the same fashion. Hollar if you have another question about it. Quote
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.