mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 20:16:39 -04:00
23 lines
No EOL
323 B
JavaScript
23 lines
No EOL
323 B
JavaScript
// array containing nav items;
|
|
|
|
Telescope.modules.add("secondaryNav", [
|
|
{
|
|
template: 'user_menu',
|
|
order: 10
|
|
},
|
|
{
|
|
template: 'submit_button',
|
|
order: 30
|
|
}
|
|
]);
|
|
|
|
Telescope.modules.add("mobileNav", [
|
|
{
|
|
template: 'user_menu',
|
|
order: 10
|
|
},
|
|
{
|
|
template: 'submit_button',
|
|
order: 30
|
|
}
|
|
]); |