Corregido solapamiento con breadcrumb

This commit is contained in:
imnavajas
2024-04-01 13:52:03 +02:00
parent 06c1c6b079
commit 67ac3b15ed

View File

@ -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');