mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
7 lines
No EOL
272 B
HTML
7 lines
No EOL
272 B
HTML
<template name="notifications_menu">
|
|
<div class="notifications-menu header-submodule">
|
|
{{#if isLoggedIn}}
|
|
{{> menuComponent menuName="notifications" menuLabel=menuLabel menuItems=menuItems menuMode=menuMode menuCollapsed=true}}
|
|
{{/if}}
|
|
</div>
|
|
</template> |