diff options
author | nikrou <nikrou@piwigo.org> | 2006-01-21 20:38:29 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2006-01-21 20:38:29 +0000 |
commit | 02f08d3c4fc7154f0c2b0157e531e0b256c6f0ba (patch) | |
tree | c05fcdc0bc6c46580877a8282cf2eeb21d1a0ef9 /template | |
parent | 0b28c9da75d677e4cedacdfdd865732a333de11c (diff) |
merge branch 1.5 r1010:1011 into BSF:
- bug 268 fixed: display debug content correctly
git-svn-id: http://piwigo.org/svn/trunk@1012 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/footer.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/yoga/footer.tpl b/template/yoga/footer.tpl index d4c18aff8..9638ba422 100644 --- a/template/yoga/footer.tpl +++ b/template/yoga/footer.tpl @@ -17,5 +17,8 @@ </div> <!-- copyright --> </div> <!-- the_page --> +<!-- BEGIN debug --> + {debug.QUERIES_LIST} +<!-- END debug --> </body> </html> |