Vincent_imported
Trusted Member
- Joined
- Dec 1, 2010
- Messages
- 747
Hello,
I think 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 up the template called footer,
Search for:
Code:
<xen:if is="{$debugMode}">
Replace with
Code:
<xen:if is="{$debugMode} AND {$visitor.is_admin}">
Done