From eeafe2ab58ea5036be4b528eca288d98f1e191b8 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 19 Dec 2011 17:56:12 +0100 Subject: [PATCH] Fixed footer menu --- com.woltlab.wcf/template/footerMenu.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.woltlab.wcf/template/footerMenu.tpl b/com.woltlab.wcf/template/footerMenu.tpl index 4f3561ddc4..2f3d492f51 100644 --- a/com.woltlab.wcf/template/footerMenu.tpl +++ b/com.woltlab.wcf/template/footerMenu.tpl @@ -3,7 +3,7 @@ {if $__wcf->getPageMenu()->getMenuItems('footer')|count > 0} {foreach from=$__wcf->getPageMenu()->getMenuItems('footer') item=menuItem} -
  • {$menuItem->menuItem} ({#$menuItem->getProcessor()->getNotifications()})
  • +
  • {lang}{$menuItem->menuItem}{/lang}{if $menuItem->getProcessor()->getNotifications()} {#$menuItem->getProcessor()->getNotifications()}{/if}
  • {/foreach} {/if} -- 2.20.1