mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Eliminado el link que aparecia en la primera seccion del breadcrumb
This commit is contained in:
@ -42,7 +42,7 @@ class Papelesgenericos extends \App\Controllers\GoBaseResourceController
|
||||
|
||||
// Breadcrumbs (IMN)
|
||||
$this->viewData['breadcrumb'] = [
|
||||
['title' => lang("App.menu_configuration"), 'route' => "", 'active' => false],
|
||||
['title' => lang("App.menu_configuration"), 'route' => "javascript:void(0);", 'active' => false],
|
||||
['title' => lang("App.menu_papelgenerico"), 'route' => site_url('configuracion/papelesgenericos'), 'active' => true]
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user