Template debugging

Template debugging 1.0

No permission to download

CyberAP

Well-known member
CyberAP submitted a new resource:

Template debugging - Provides information on all variables available on the current page

This addon adds information on all available variables at the bottom of the page. Notice that it trims the values, because in some variables they are huge. In case you don't need this feel free to edit 'cyberap_debug' template and change this line:

Code:
{xen:string wordTrim, {xen:helper dump, $value}, 400}

To this:

Code:
{xen:helper dump, $value}

All the debug information is available only to admins.

Read more about this resource...
 
Top Bottom