diff --git a/sbpp-windmill-dashboard/assets/navbar_links.conf b/sbpp-windmill-dashboard/assets/navbar_links.conf index fd6363a..02fa8fe 100644 --- a/sbpp-windmill-dashboard/assets/navbar_links.conf +++ b/sbpp-windmill-dashboard/assets/navbar_links.conf @@ -1,7 +1,7 @@ {* Edit this file to add links to the top navbar drop down *} {* This file will be reset on upgrade so keep a backup *} {assign var="link_array" value=[ - ['name' => 'Link 1', 'URL' => 'https://www.google.co.uk'], - ['name' => 'Link 2', 'URL' => 'https://www.google.co.uk'], - ['name' => 'Link 3', 'URL' => 'https://www.google.co.uk'] + ['Link 1', 'https://www.google.co.uk'], + ['Link 2', 'https://www.google.co.uk'], + ['Link 3', 'https://www.google.co.uk'] ]} diff --git a/sbpp-windmill-dashboard/core/navbar.tpl b/sbpp-windmill-dashboard/core/navbar.tpl index 8389551..6bc0b5e 100644 --- a/sbpp-windmill-dashboard/core/navbar.tpl +++ b/sbpp-windmill-dashboard/core/navbar.tpl @@ -189,8 +189,8 @@ {foreach from=$link_array item=link_item}