Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-13 00:10:19 +02:00
committed by GitHub
parent a6f37400e7
commit 4d59424d02
5 changed files with 62 additions and 117 deletions

View File

@ -2,7 +2,6 @@
//General Config File:
require_once('../assets/php/config.php');
/*
//Page-specific content:
$section = '<!-- Films -->
<section id="films_billboard">
@ -13,43 +12,4 @@
//General page content:
require RAIZ_APP.'/HTMLtemplate.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();
?>
<!-- Films -->
<section id="films_billboard">
<div class='row'>
<?php
$template->print_fimls();
?>
</div>
</section>
<!-- Footer -->
<?php
$template->print_footer();
?>
</body>
</html>