I’ve used Smarty before in another project, and there’s a nice feature where it’ll show what templates were loaded in a separate window. It shows a tree of which templates call other templates - it’s very nice and helps track down where to edit.
How do I find this in Piwik? I tried setting: debugging = true in global.ini.php in the Smarty section, but this didn’t cause a new window to load. There’s probably a few more requirements for getting it working.
Any suggestions? Thanks!