14 lines
305 B
PHP
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';
|
|
?>
|