Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Finding which file something is located...

Finding which file something is located...

Views: 504

Results 1 to 2 of 2
13 Jan 2011, 5:14 PM
#1
cchan avatar

cchan

Zen Follower

Join Date:
Oct 2010
Posts:
121
Plugin Contributions:
0

Finding which file something is located...

Hi Everyone,
I want to change a target link in my web page.. however, I don't know which .php file I'm supposed to search for in order to change the link. The link where I want to change is I believe the header of my page. Here is the link http://oembargain.com I want to change the links in the gray bar, where it says "New Products, Specials, My Account, View Cart". I tried searching the link through the Developers Tool Kit but there was no luck. Is there any other way to find out?

Thank you all in advance!

13 Jan 2011, 5:26 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Finding which file something is located...

This can be a two-step process. Use the Developers Toolkit in Tools to search for the define for say "My Account". When you find that, you will know the constant name that is being defined. Search for that in DTK and find the file where it is used for output.