diff --git a/index.php b/index.php index ab9d3ef..aac636c 100644 --- a/index.php +++ b/index.php @@ -1,22 +1,16 @@ get_prefix(); + + //List of the tittles of the movies: + include_once($prefix.'showtimes/includes/loadFilms.php'); + $loadFilms = new loadFilms(); + $films = $loadFilms->getFilms(); ?>