mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
7 lines
No EOL
284 B
HTML
7 lines
No EOL
284 B
HTML
<template name="notifications_menu">
|
|
{{#if isLoggedIn}}
|
|
<div class="notifications-menu-wrapper {{moduleClass}}">
|
|
{{> menuComponent menuName="notifications" menuLabel=menuLabel menuItems=menuItems menuType=menuType expandLevel=0}}
|
|
</div>
|
|
{{/if}}
|
|
</template> |