Add files via upload
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
@ -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 @@
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
?>
|
Reference in New Issue
Block a user