| include ('includes/titulo.php');
if ($solohorarios == '1') {
header('Location: empleado_select_fichar.php');
exit;
} #end if ($solohorarios == '1')
?> |
|
| include ('includes/buttons.php'); ?> |
|
| :: inicio |
|
|
|
include ('includes/bottom.php'); ?> |
$select = 'select logotransparent from empresas where id_empresas = '.$_SESSION['id_empresas'].' limit 1';
$select = mysqli_query($bbdd, $select);
$logo_empresa = mysqli_result($select,0,'logotransparent');
?>