I find that my users don't have to know when debug mode is on, that's why I made this modification.
It only shows the debug info for logged in admins.
Open the template called footer,
Search for:
Replace with
It only shows the debug info for logged in admins.
Open the template called footer,
Search for:
Code:
<xen:if is="{$debugMode}">
Replace with
Code:
<xen:if is="{$debugMode} AND {$visitor.is_admin}">