From: Marcel Werk Date: Mon, 19 Dec 2011 16:56:12 +0000 (+0100) Subject: Fixed footer menu X-Git-Tag: 2.0.0_Beta_1~1445^2~12 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=eeafe2ab58ea5036be4b528eca288d98f1e191b8;p=GitHub%2FWoltLab%2FWCF.git Fixed footer menu --- 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}