cambio del index al uso más reducido de código

This commit is contained in:
OscarRui 2021-05-13 09:37:14 +02:00 committed by GitHub
parent 517b374f5c
commit 4c7c93d691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 41 deletions

View File

@ -61,45 +61,18 @@
</div>
<div class="column side"></div>'."\n";
}
//Specific page content:
$section = '<!-- Manager Panel -->
<section id="manager_panel">
<div class="row">
<!-- Contents -->
<div class="row">
'.$panel.'
</div>
</div>
</section>';
//General page content:
require RAIZ_APP.'/HTMLtemplate.php';
?>
<!DOCTYPE HTML>
<!--
Práctica - Sistemas Web | Grupo D
CompluCine - FDI-cines
-->
<html lang="es">
<link id='estilo' rel='stylesheet' type='text/css' href='../assets/css/manager.css'>
<!-- Head -->
<?php
$template->print_head();
?>
<body>
<!-- Header -->
<?php
$template->print_header();
?>
<!-- Main -->
<?php
$template->print_main();
?>
<!-- Panel -->
<div class="row">
<!-- Panel Menu -->
<?php $template->print_panelMenu($_SESSION["rol"]); ?>
</div>
<!--Contents -->
<div class="row">
<?php echo $panel; ?>
</div>
<!-- Footer -->
<?php
$template->print_footer();
?>
</body>
</html>