Add files via upload

This commit is contained in:
Fernando Méndez
2021-03-30 16:16:56 +02:00
committed by GitHub
parent f196283ca1
commit 825f64e736
6 changed files with 84 additions and 67 deletions

View File

@ -366,6 +366,20 @@ table a{
}
}
/* Text Box */
.textbox {
color: #d3ebff;
padding: 15px 15px 10px 15px;
margin: 10px 0 10px;
overflow: hidden;
border-radius: 25px 0px 25px 0px;
border: 2px solid #d3ebff;
}
.textbox h1, .textbox h2, .textbox h3 {
color: #d3ebff;
text-align: left;
}
/* Galery */
.galery {
box-sizing: border-box;
@ -396,6 +410,7 @@ table a{
font-size: 13px;
font-weight: bold;
width: 100%;
color: #00020f;
background-color: #d3ebff;
text-align: right;
}

View File

@ -79,7 +79,7 @@
$session_route =$this->session_route;
$user_route = $this->user_route;
$panel =$this->panel;
if(isset($_SESSION["nombre"])){
if($_SESSION["rol"] == "admin") $user_route = 'panel_admin/';
else if($_SESSION["rol"] == "manager") $user_route = 'panel_manager/';
@ -174,4 +174,4 @@
}
}
?>
?>