SW/cinemas/index.php

10 lines
206 B
PHP
Raw Normal View History

2021-04-26 22:40:34 +02:00
<?php
//General Config File:
require_once('../assets/php/config.php');
2021-05-12 22:24:10 +02:00
//Specific page content:
$section = '';
2021-04-26 22:40:34 +02:00
2021-05-12 22:24:10 +02:00
//General page content:
require RAIZ_APP.'/HTMLtemplate.php';
?>