diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/footer.tpl | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/template/yoga/footer.tpl b/template/yoga/footer.tpl index a44260184..fdc0c92cf 100644 --- a/template/yoga/footer.tpl +++ b/template/yoga/footer.tpl @@ -19,14 +19,18 @@ <a href="mailto:{$CONTACT_MAIL}?subject={'title_send_mail'|@translate|@escape:url}">{'Webmaster'|@translate}</a> {/if} -</div> <!-- copyright --> + {if isset($footer_elements)} {foreach from=$footer_elements item=v} {$v} {/foreach} {/if} </div> <!-- the_page --> - -{if isset($debug.QUERIES_LIST)}{$debug.QUERIES_LIST}{/if} +{if isset($debug.QUERIES_LIST)} +<div id="debug"> +{$debug.QUERIES_LIST} +</div> +{/if} +</div> <!-- copyright --> </body> </html>
\ No newline at end of file |