SW/cinemas/index.php

10 lines
202 B
PHP
Raw Normal View History

2021-05-17 15:29:29 +02:00
<?php
//General Config File:
require_once('../assets/php/config.php');
//Specific page content:
$section = '';
//General page content:
require RAIZ_APP.'/HTMLtemplate.php';
?>