<?php

require_once(PATH_MODELS.$page.".php");

if (isset($photos) and $photos)
    $alert = array("messageAlert" => count($photos)." photo(s) selectionnée(s)", "classAlert" => "success");

require_once(PATH_VIEWS.$page.'.php');