Update template.php

This commit is contained in:
marian1010 2021-06-01 12:14:19 +02:00
parent c849f31681
commit 258a7bfd05

View File

@ -485,7 +485,7 @@
$phones = array(); $phones = array();
if(!is_array($cinemas)){ if(!is_array($cinemas)){
$reply = "<h2>No hay cines actualmentes</h2>"; $reply = "<h2>No hay cines actualmente</h2>";
} }
else{ else{
foreach($cinemas as $key => $value){ foreach($cinemas as $key => $value){