mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Corregido solapamiento con breadcrumb
This commit is contained in:
@ -20,19 +20,8 @@ class Home extends BaseController
|
||||
{
|
||||
|
||||
$session = session();
|
||||
$id_user = $session->get('id_user');
|
||||
$name = $session->get('first_name');
|
||||
$hora = date('H');
|
||||
|
||||
//Salutation
|
||||
if( $hora >= 6 && $hora <= 12 )
|
||||
$salutation = lang("App.dashboard_good_morning");
|
||||
else if ( $hora > 12 && $hora <=18 )
|
||||
$salutation = lang("App.dashboard_good_afternoon");
|
||||
else
|
||||
$salutation = lang("App.dashboard_good_night");
|
||||
|
||||
echo view(getenv('theme.path').'main/all');
|
||||
echo view(getenv('theme.path').'main/defaultlayout');
|
||||
|
||||
/*
|
||||
//echo view(getenv('theme.path').'main/header');
|
||||
|
||||
Reference in New Issue
Block a user