User Tools

Site Tools


en:public:developer:template_system:tags:debug:debug_templates_used

<#debug_templates_used>

return the an TStringList containing The list of templates used by the current request

Example

  <#for var="i" from="0" to="<#debug_templates_used.count> - 1">
    #debug_templates_used[<#i>] xmlencode=1<br />
  <#endfor>

will return for exemple

  about/about_tabs.html<br />
  about/about_us.usa.html<br />
  buttons/button_6_1_1.html<br />
  buttons/button_8_1_1.html<br />
  footers/bottombar.htmlVersions<br />
en/public/developer/template_system/tags/debug/debug_templates_used.txt · Last modified: 2013/06/19 11:35 by svanderclock