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
This commit is contained in:
rvelices 2014-03-11 20:18:47 +00:00
parent 0333d81ab7
commit bb31b8b6a1

View file

@ -20,6 +20,11 @@
document.cookie = 'screen_size='+jQuery(document).width()+'x'+jQuery(document).height()+';path={$COOKIE_PATH}'; document.cookie = 'screen_size='+jQuery(document).width()+'x'+jQuery(document).height()+';path={$COOKIE_PATH}';
{/footer_script} {/footer_script}
{get_combined_scripts load='footer'} {get_combined_scripts load='footer'}
{if isset($footer_elements)}
{foreach $footer_elements as $v}
{$v}
{/foreach}
{/if}
</div><!-- /page --> </div><!-- /page -->
</body> </body>