joope Posted June 17, 2010 Share Posted June 17, 2010 I'm wondering how do I edit the source page of my template? Using Firefox I can see the source page but would like to know what file that is?Thanks Link to comment Share on other sites More sharing options...
e-motostore Posted June 17, 2010 Share Posted June 17, 2010 Hi, The easiest way is to detect specific html of css that appears in the page you display (ctrl+u). let's say .Then use a software like notepad++, textpad to seach for that string in all files of all folders of your website (you should have the webiste files on your local computer). Then, you get all files that have this string (should generally be a .tpl file or .php). Then, if you want to know who use that tpl file, search again in all folder for the .tpl that you found before). Link to comment Share on other sites More sharing options...
Kaihaku Posted June 17, 2010 Share Posted June 17, 2010 Allow me to vouch for Notepad++, its useful out of the box but with the installation of a few Plugins it becomes downright awesome. I'd recommend Compare, HTML Tag, NppExport, TextFX Characters, and UniversalIndentGUI. Link to comment Share on other sites More sharing options...
Recommended Posts