SW/cinemas/index.php
2021-05-12 22:24:10 +02:00

10 lines
206 B
PHP

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