SW/cinemas/index.php

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';
?>