Answer the question
In order to leave comments, you need to log in
firebug question
A web page template consists of many glued files (header.tpl, comments.tpl, etc.) - is it possible somehow, by pointing a firebug at the desired element on the page, to determine which of the files a particular piece of code belongs to?
Explanations: I got a site from one shitcoder, in which all the files in the template are named as 1, 2, 3, 4 ... and without comments. It is necessary to quickly rename all this without delving into the code of each.
Where can I read about effective methods of using firebug in development and testing?
Answer the question
In order to leave comments, you need to log in
write in the files at the beginning
<!-- start xxx.tpl -->, and at the end
<!-- end xxx.tpl -->, at least you can understand from the source code where you are approximately.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question