Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-26 09:03:02 +02:00
committed by GitHub
parent a5c8dd4ff8
commit cf3f36c9d4
41 changed files with 5652 additions and 0 deletions

16
promotions/index.php Normal file
View File

@ -0,0 +1,16 @@
<?php
//General Config File:
require_once('../assets/php/config.php');
//Specific page content:
$section = '<!-- Promotions -->
<section class="row">
<section id="promociones">
'.$template->print_promotions().'
</section>
</section>
';
//General page content:
require RAIZ_APP.'/HTMLtemplate.php';
?>