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}