Delete promotions directory

This commit is contained in:
Fernando Méndez 2021-07-02 17:54:51 +02:00 committed by GitHub
parent c657675b6c
commit e01c135238
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 16 deletions

View File

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