Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-24 14:07:18 +02:00
committed by GitHub
parent 6625d9787a
commit 7587548296
5 changed files with 55 additions and 4 deletions

View File

@ -2,8 +2,14 @@
//General Config File:
require_once('../assets/php/config.php');
//Specific page content:
$section = '';
//Page-specific content:
$section = '<!-- Cinemas -->
<section id="cinemas">
<div class="row">
'.$template->print_cinemas().'
</div>
</section>
';
//General page content:
require RAIZ_APP.'/HTMLtemplate.php';