Add files via upload

This commit is contained in:
Fernando Méndez 2021-05-18 10:17:46 +02:00 committed by GitHub
parent 4a8f384ef7
commit 0398094c5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -95,7 +95,7 @@
}
.menu nav li.danger:hover{
color: #d3ebff;
background-color: #00020f;
background-color: #2c0000;
border-color: #d3ebff;
}
.menu nav li>ul{

View File

@ -95,7 +95,7 @@ button:hover, .button:hover {
}
.menu nav li.danger:hover{
color: #d3ebff;
background-color: #00020f;
background-color: #2c0000;
border-color: #d3ebff;
}
.menu nav li>ul{

View File

@ -9,4 +9,4 @@ function reRol(){
reRol();
$redirect = ROUTE_APP.'panel_'.$_SESSION['rol'];
header("Location: {$redirect}");
?>
?>

View File

@ -506,7 +506,7 @@
<div class='footer'>
<p>© Práctica Final | Sistemas Web 2021 </p>
</div>
<a href='#'>Volver arriba</a> |
<a href='#'>Subir</a> |
<a href='{$prefix}fdicines/about_us/'>Sobre FDI-Cines</a> |
<a href='{$prefix}fdicines/terms_conditions/'>Términos de uso</a> |
<a href='{$prefix}cinemas/'>Nuestros cines</a> |
@ -520,4 +520,4 @@
}
}
?>
?>