I’m editing an existing template in Joomla and I need to change the menu icons text. In Joomla Administrator, I cannot find the place where I can do this. So, in FireBug I found DIV container that I was searching for. But if I change the text in FireBug, my changes are obviously not saved. Now very basic question is: how can I know the name of PHP or HTML file, where this DIV container is located? Or how can I save my changes?
Share
FireBug will only change web browsers content, it will not affect files on the server. If you know DIV’s id you can search for files with this string on the server. To save changes – edit file and save – but on the server.