';
foreach(Hall::getListHalls($_SESSION["cinema"]) as $hll){
if($hll->getNumber() == $hall){
$panel.= '
';
$parity = "odd";
foreach($filmslist as $film){
$form .='
- '. str_replace('_', ' ',$film->getTittle()).'
- '.$film->getDuration().' min
-
';
$parity = ($parity == "odd") ? "even" : "odd";
}
$form.='