Resource icon

Unmaintained "Debug Info" in Footer for Admins Only

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:
Code:
<xen:if is="{$debugMode}">

Replace with
Code:
<xen:if is="{$debugMode} AND {$visitor.is_admin}">
Author
Vincent
Views
691
First release
Last update

Ratings

5.00 star(s) 1 ratings

More resources from Vincent

Latest reviews

Great way to experiment while keeping the debug information away from others.
Top Bottom