mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Aplicar estilos papel_impresion, papel_generico, tarifas_acabado, tarifas_impresion, tarifas_manipulado y arreglos varios
This commit is contained in:
@ -50,8 +50,7 @@ class Settings extends BaseController
|
||||
];
|
||||
|
||||
$data['breadcrumb'] = [
|
||||
['title' => lang("App.menu_dashboard"), 'route' => "/home", 'active' => false],
|
||||
['title' => lang("App.menu_settings"), 'route' => "", 'active' => true]
|
||||
['title' => lang("App.menu_settings"), 'route' => site_url('settings'), 'active' => true]
|
||||
];
|
||||
|
||||
$data['obj'] = $this->settings_model->first();
|
||||
|
||||
Reference in New Issue
Block a user