SW/promotions/index.php
2021-05-19 11:23:56 +02:00

14 lines
305 B
PHP

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