Describe the issue or problem
I am designing and modifying a theme and it would help me a lot if when viewing a page, it would show me which .tpl files the theme uses on that page.
Is there a way to show them while developing a theme?
Thanks for the response and for the link to the documentation. I have already identified several of the general .tpl files on the theme, I think I need to discover the use of some more specific ones.
The idea of printing them was to have a guide in place, but still there are not so many files.
Then in ‘handleTemplates’ I print or break in debugger. However, this hook will NOT be activated when a template include another one like {include file="frontend/objects/article_summary.tpl"}. Hope it helps you, but I guess you need deeper info.