Finding where an area displayed on a page is called from

Hello,

I have a website I have inherited and am trying to find the code in the php files that display a certain element on the sidebar content so I can alter the link. Here is the scenario: On certain pages in my site that display aluminum products I have a link and graphic in the sidebar that opens a popup window that displays a colorchart. There are also links above and below this element that go to different pages when clicked.I can see in the php code where the elements that are not the colorchart are being called to display but I cannot find where the link to the colorchart is being called. I need to redirect the hyperlink. Here is the code that calls the two elements above the colorchart. Shouldn’t there be similar code for the colorchart right underneath this code? The page in question is http://www.guttersupply.com/m-aluminum.gstml

[code]

My Account

Shopping CArt

{if $recommended}

{isAlum code=$category->CategoryCode desc=$category->Description prod=$productMaterials }


[/code]

This code is from the .tpl file

Is there any way I can find out where this link is located? I have looked in every php and tpl file this site has.

I can locate the colorchart element clearly in the html file when I view source from the browser.

This is driving me nuts!!

Thanks for your help

I think it has to be included from somewhere else. Keep searching…

Sponsor our Newsletter | Privacy Policy | Terms of Service