Merge pull request #5989 from WoltLab/wsc-rpc-api-const
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / pageHeaderMenu.tpl
... / ...
CommitLineData
1{@$__wcf->getBoxHandler()->getBoxByIdentifier('com.woltlab.wcf.MainMenu')->render()}
2<button type="button" class="pageHeaderMenuMobile" aria-expanded="false" aria-label="{lang}wcf.menu.page{/lang}">
3 <span class="pageHeaderMenuMobileInactive">
4 {icon size=32 name='bars'}
5 </span>
6 <span class="pageHeaderMenuMobileActive">
7 {icon size=32 name='xmark'}
8 </span>
9</button>