Update Settings
This commit is contained in:
@@ -26,7 +26,7 @@ require '/var/www/vhosts/veliti.nl/settings/portalsettings-acc.php';
|
|||||||
//------------------------------------------
|
//------------------------------------------
|
||||||
|
|
||||||
//Menu Setup
|
//Menu Setup
|
||||||
$main_menu = array ('dashboard','sales','buid','marketing','equipments','products','admin','settings');
|
$main_menu = array ('dashboard','sales','build','marketing','equipments','products','admin','settings');
|
||||||
|
|
||||||
//Sub menus
|
//Sub menus
|
||||||
$equipments_sub = array('equipments','servicereports','histories','firmwaretool','equipments_mass_update');
|
$equipments_sub = array('equipments','servicereports','histories','firmwaretool','equipments_mass_update');
|
||||||
@@ -150,9 +150,9 @@ $urls = array(
|
|||||||
"icon" => "fas fa-tachometer-alt",
|
"icon" => "fas fa-tachometer-alt",
|
||||||
"name" => "menu_marketing"
|
"name" => "menu_marketing"
|
||||||
),
|
),
|
||||||
"Build" => array(
|
"build" => array(
|
||||||
"url" => "buildtool",
|
"url" => "buildtool",
|
||||||
"selected" => "buildtoo",
|
"selected" => "buildtool",
|
||||||
"icon" => "fas fa-tachometer-alt",
|
"icon" => "fas fa-tachometer-alt",
|
||||||
"name" => "menu_build"
|
"name" => "menu_build"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user