diff --git a/index.php b/index.php deleted file mode 100644 index 21fce2e..0000000 --- a/index.php +++ /dev/null @@ -1,42 +0,0 @@ -allPromotionData(); - foreach($promotions as $key=>$value){ - $promotions_img[$key] = $value->getImg(); - } - - //Page-specific content: - $section = ' -
-
-
- '.$template->print_fimls().' -
-
-
-
-
-

Promociones

-
- - - -
-
- - -
-
-
- '; - $section.=""; - - //General page content: - require RAIZ_APP.'/HTMLtemplate.php'; -?>