From 842366141c9c2d7288e797904727f24c37caaf5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20M=C3=A9ndez?= <45081533+FerMdez@users.noreply.github.com> Date: Fri, 2 Jul 2021 17:55:33 +0200 Subject: [PATCH] Delete index.php --- index.php | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 index.php 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'; -?>