2015-05-18 10:12:48 +09:00
|
|
|
<template name="notifications_menu">
|
2015-04-22 07:50:11 +09:00
|
|
|
{{#if isLoggedIn}}
|
|
|
|
{{> menuComponent menuName="notifications" menuLabel=menuLabel menuItems=menuItems menuClass="header-submodule" menuMode=menuMode menuCollapsed=true}}
|
|
|
|
{{/if}}
|
|
|
|
</template>
|