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(); + ?> + + +