if (count($media["immagine"]) > 1) : ?>
foreach ($media["immagine"] as $index => $image) { ?>
- >
} ?>
endif; ?>
foreach ($media["immagine"] as $index => $image) { ?>
" class="d-block w-100" alt="= $image["descrizione"] ?>">
if ($image["descrizione"] != '' || $image["copyright"] != '') : ?>
= $image['copyright'] ?>
= $image["descrizione"] ?>
endif; ?>
} ?>
if (count($media["immagine"]) > 1) : ?>
Previous
Next
endif; ?>
= getEmbedVideoByType($media["video"]["it"][0]["url"], $media["video"]["it"][0]["descrizione"]) ?>
endif; ?>
if ($_SESSION['userId']) : ?>
= printAdminDetailActions('news', $newsDetail->getId()) ?>