Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-13 11:00:18 +02:00
committed by GitHub
parent 5758e4e7fc
commit b9383645fe
23 changed files with 764 additions and 623 deletions

View File

@ -1,29 +1,9 @@
<?php
//General Config File:
require_once('../../assets/php/config.php');
?>
<!DOCTYPE HTML>
<!--
Práctica - Sistemas Web | Grupo D
CompluCine - FDI-cines
-->
<html lang="es">
<!-- Head -->
<?php
$template->print_head();
?>
<body>
<!-- Header -->
<?php
$template->print_header();
?>
<!-- Main -->
<?php
$template->print_main();
?>
<!-- Planning -->
require_once('../../assets/php/config.php');
//Specific page content:
$section = '<!-- Planning -->
<section class="planning">
<div class="row">
<div class="column side">
@ -284,12 +264,9 @@
en función de los requisitos de las prácticas y nuestra carga de trabajo.
</p>
</section>
<!-- Footer -->
<?php
$template->print_footer();
?>
</body>
</html>
';
//General page content:
require RAIZ_APP.'/HTMLtemplate.php';
?>
<!DOCTYPE HTML>