ez.no / ezpublish / documentation / customization / tips & tricks / show which templates are used
These documentation pages are no longer maintained. Please visit the new documentation site.
You have to delete the cached files (you can do this from admin->setup) and make the following settings in settings/siteacces/YOURSITEACCESS/site.ini.php: Where YOURSITEACCESS usually is the usersite siteacces corporate, plain, forum etc..
[TemplateSettings] Debug=enabled TemplateCache=disabled TemplateCompile=disabled ShowXHTMLCode=enabled <-- disable this to get it as comments instead [ContentSettings] ViewCaching=disabled [DebugSettings] Debug=enabled
Comments
In 3.6+
Kristian Hole
Friday 02 September 2005 9:02:34 am
ShowUsedTemplates=enabled
in [TemplateSettings].
This also tells you the requested template, in adition to which template that was loaded. Useful for debugging template override conditions from override.ini
http://ez.no/download/changelogs/...plate_usage_statistics_in_debug_mode