diff options
author | rvelices <rv-github@modusoptimus.com> | 2014-03-11 20:18:47 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2014-03-11 20:18:47 +0000 |
commit | bb31b8b6a15bfe75c167bd34f79affc76dc4fdfa (patch) | |
tree | 0fd87f88b63ec23859a5229448cf31f46b535464 /themes/smartpocket/template/footer.tpl | |
parent | 0333d81ab7176532c606832d6c5bb20a7024ec90 (diff) |
smartpocket was not putting footer_elements (plugins might add it) as the default theme
git-svn-id: http://piwigo.org/svn/trunk@27690 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/smartpocket/template/footer.tpl')
-rw-r--r-- | themes/smartpocket/template/footer.tpl | 5 |
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>
|