files
SW/cinemas/index.php
Fernando Méndez 4d59424d02 Add files via upload
2021-05-13 00:10:19 +02:00

10 lines
202 B
PHP

<?php
//General Config File:
require_once('../assets/php/config.php');
//Specific page content:
$section = '';
//General page content:
require RAIZ_APP.'/HTMLtemplate.php';
?>