mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
22 lines
No EOL
313 B
JavaScript
22 lines
No EOL
313 B
JavaScript
// array containing nav items;
|
|
|
|
Telescope.modules.add("secondaryNav", [
|
|
{
|
|
template: 'submit_button',
|
|
order: 30
|
|
}
|
|
]);
|
|
|
|
Telescope.modules.add("mobileNav", [
|
|
{
|
|
template: 'submit_button',
|
|
order: 30
|
|
}
|
|
]);
|
|
|
|
Telescope.modules.add("footer", [
|
|
{
|
|
template: 'footer_code',
|
|
order: 10
|
|
}
|
|
]); |