Firebug help

Joined
5 Nov 2004
Posts
9,302
I am trying to work on our works test site and I wanted to know if Firebug told you what html templates each part of the site was using.

For example when you click on a product our site has a template that controls the layout of the product detail pages and that would be called product_detail.html

Should firebug tell me this? Our site is broken down into literally 100s of .html template files.
 
No, it won't tell you that as templating is done on the server. Firebug just reports on the HTML it gets served. You could put a HTML comment in the head of each template temporarily so you can see what's coming from where though.
 
Back
Top Bottom