mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-21 09:03:38 +02:00
fix footer_elements
but footer_elements is not assigned!? Add of $page['footer_elements']? git-svn-id: http://piwigo.org/svn/trunk@2233 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
{/if}
|
||||
|
||||
</div> <!-- copyright -->
|
||||
{if isset($footer_elemets)}
|
||||
{if isset($footer_elements)}
|
||||
{foreach from=$footer_elements item=v}
|
||||
{$v}
|
||||
{/foreach}
|
||||
|
||||
Reference in New Issue
Block a user