From e88ba8d5e943e313359c47cd672e67a8ffc9ac60 Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 11 Mar 2014 20:19:48 +0000 Subject: Merged -r27690 from trunk to branch 2.6: smartpocket was not putting footer_elements (plugins might add it) as the default theme git-svn-id: http://piwigo.org/svn/branches/2.6@27691 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/smartpocket/template/footer.tpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/smartpocket/template/footer.tpl b/themes/smartpocket/template/footer.tpl index 2ceefecf9..972e8d68b 100644 --- a/themes/smartpocket/template/footer.tpl +++ b/themes/smartpocket/template/footer.tpl @@ -20,6 +20,11 @@ document.cookie = 'screen_size='+jQuery(document).width()+'x'+jQuery(document).height()+';path={$COOKIE_PATH}'; {/footer_script} {get_combined_scripts load='footer'} +{if isset($footer_elements)} +{foreach $footer_elements as $v} +{$v} +{/foreach} +{/if} -- cgit v1.2.3