Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-19 11:23:56 +02:00
committed by GitHub
parent 4a3631cf09
commit fd587dcf22
5 changed files with 19 additions and 3 deletions

14
promotions/index.php Normal file
View File

@ -0,0 +1,14 @@
<?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';
?>