From efb1349c6a9a6f0769da7454edbb982c336abd0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20M=C3=A9ndez?= <45081533+FerMdez@users.noreply.github.com> Date: Wed, 24 Mar 2021 21:43:20 +0100 Subject: [PATCH] Cambios estructurales para adaptar la P1 a la P2 --- showtimes/index.php | 83 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 showtimes/index.php diff --git a/showtimes/index.php b/showtimes/index.php new file mode 100644 index 0000000..fe7c6c3 --- /dev/null +++ b/showtimes/index.php @@ -0,0 +1,83 @@ + +get_prefix(); + + // BORRAR CUANDO TENGAMOS BBDD: + $films = array( + "iron_man", + "iron_man_2", + "iron_man_3", + "capitan_america_el_primer_vengador", + "capitan_america_el_soldado_de_invierno", + "capitan_america_civil_war", + "marvel_avengers", + "avengers_age_of_ultron", + "avengers_inifinity_war", + "avengers_end_game" + ); +?> + + + + print_head(); + ?> +
+ + print_header(); + ?> + + + print_main(); + ?> + + +