diff options
author | Jonas Kohl | 2024-12-22 13:13:25 +0100 |
---|---|---|
committer | Jonas Kohl | 2024-12-22 13:13:25 +0100 |
commit | 11fed2c8ce3dd38fe686e7b27db738f64373fe3d (patch) | |
tree | 070024ba00c0929daaab306538972e4268975a6f /src/application/templates | |
parent | 08e4128ddce9dcffe0a4224ae57ad664609935b2 (diff) |
Add template cachingv0.7.1
Diffstat (limited to 'src/application/templates')
-rw-r--r-- | src/application/templates/old/base.twig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/application/templates/old/base.twig b/src/application/templates/old/base.twig index bdb9768..bbac643 100644 --- a/src/application/templates/old/base.twig +++ b/src/application/templates/old/base.twig @@ -80,6 +80,9 @@ {{ __("Number of database queries: %count%", { count: getQueryCount(), }) }} + {% if constant("DEBUG") == true %} + <br><font color="red"><b>Debug mode</b></font> + {% endif %} </td> <td align="right"> <table><tr><td> |