diff options
Diffstat (limited to 'admin/template/yoga/footer.tpl')
-rw-r--r-- | admin/template/yoga/footer.tpl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/admin/template/yoga/footer.tpl b/admin/template/yoga/footer.tpl index 56677dcfb..73c3dd9a1 100644 --- a/admin/template/yoga/footer.tpl +++ b/admin/template/yoga/footer.tpl @@ -32,9 +32,14 @@ {$v} {/foreach} {/if} +{if isset($debug.QUERIES_LIST)} +<div id="debug"> +{$debug.QUERIES_LIST} +</div> </div> <!-- the_page --> -{if isset($debug.QUERIES_LIST)}{$debug.QUERIES_LIST}{/if} + +{/if} </div> </body> </html>
\ No newline at end of file |