Thursday 13 May 2004 6:53:57 am
I'm playing around with the new toolbar functionality, and have it "mostly" working, but I can't find a way to tell which templates are being included. Inder 3.3.4, I'd change two settings in siteaccess/SITENAME/site.ini.append:
[TemplateSettings]
Debug=disabled
#Debug=enabled
[DebugSettings]
DebugOutput=disabled #DebugOutput=enabled and each included template would show up. Now, when I add the following to override/site.ini.append:
[TemplateSettings] Debug=enabled I get HTML comments that show which templates get included, but it seems to be missing some of them - tool items are wrapped in a <div class=toolbar-item> and I can't find out where that's coming from!
|