Delete showtimes directory

This commit is contained in:
Fernando Méndez 2021-07-02 17:55:18 +02:00 committed by GitHub
parent 2d7aaf132d
commit 897244542c
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 = '<!-- Films -->
<section id="films_billboard">
<div class="row">
'.$template->print_fimls().'
</div>
</section>
';
//General page content:
require RAIZ_APP.'/HTMLtemplate.php';
?>