Add files via upload
This commit is contained in:
16
promotions/index.php
Normal file
16
promotions/index.php
Normal 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';
|
||||
?>
|
Reference in New Issue
Block a user