aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/footer.tpl
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-09-19 19:38:15 +0000
committervdigital <vdigital@piwigo.org>2008-09-19 19:38:15 +0000
commit324a4a112ac4a883f086372c8053c0021a4380d4 (patch)
tree9535e403c0307902e3040e61159a288adb6a922a /template/yoga/footer.tpl
parentbff424f8d9de0c258071e6e99f92f9960b13fbb7 (diff)
Index page: Scrolling start above the category when description is too long.
Sql Trace in a <div> clear:both. French de-à => du-au git-svn-id: http://piwigo.org/svn/trunk@2550 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/footer.tpl')
-rw-r--r--template/yoga/footer.tpl10
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