aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/template/footer.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'themes/smartpocket/template/footer.tpl')
-rw-r--r--themes/smartpocket/template/footer.tpl5
1 files changed, 5 insertions, 0 deletions
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}
</div><!-- /page -->
</body>