mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Arreglados gestion de usuarios y roles
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
$clientesItems = [
|
||||
|
||||
"link" => "javascript:void(0)",
|
||||
"text" => lang("App.menu_clientes"),
|
||||
"submenu" => [
|
||||
["link" => site_url("clientes/cliente"), "text" => lang("App.menu_clientes")],
|
||||
["link" => site_url("clientes/clienteplantillaprecios"), "text" => lang("App.menu_plantillas_tarifas_clientes")]
|
||||
]
|
||||
|
||||
];
|
||||
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
$dashboardItems = [
|
||||
|
||||
'icon' => 'ti ti-dashboard',
|
||||
'langKey' => 'App.menu_dashboard',
|
||||
'url' => '',
|
||||
'isActive' => true
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user