aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2008-03-01 14:19:21 +0000
committerrub <rub@piwigo.org>2008-03-01 14:19:21 +0000
commite6b785cbaa554d815a385e380ff959c7dea595ba (patch)
tree688dbfe678e9cb0598684ad0a1cc6045566cf75f /template
parentf54877ca04e9e99e67b94f7c486229d4c6543a8a (diff)
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
Diffstat (limited to 'template')
-rw-r--r--template/yoga/footer.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/footer.tpl b/template/yoga/footer.tpl
index 68abea4fb..c66383134 100644
--- a/template/yoga/footer.tpl
+++ b/template/yoga/footer.tpl
@@ -20,7 +20,7 @@
{/if}
</div> <!-- copyright -->
-{if isset($footer_elemets)}
+{if isset($footer_elements)}
{foreach from=$footer_elements item=v}
{$v}
{/foreach}