diff options
author | vdigital <vdigital@piwigo.org> | 2008-09-19 19:38:15 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-09-19 19:38:15 +0000 |
commit | 324a4a112ac4a883f086372c8053c0021a4380d4 (patch) | |
tree | 9535e403c0307902e3040e61159a288adb6a922a /template/yoga/footer.tpl | |
parent | bff424f8d9de0c258071e6e99f92f9960b13fbb7 (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 '')
-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 |