Delete cinemas directory

This commit is contained in:
Fernando Méndez 2021-07-02 17:53:37 +02:00 committed by GitHub
parent d9ca15a065
commit be2cb4c8aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 16 deletions

View File

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