<h5 class=“member-name“><a href=“../“>< Zurück</a></h5>
<div class=“gallery-content“>
<div class=“g-zoom-in gallery-masonry enable-lightbox gallery-grid g-col-5″ style=“position: relative; height: 286.218px;“ data-col=“5″>
[insert_php]
$directory = „gallery/Freestyle2019/“;
$site_url = get_site_url();
$jpg= glob($directory . „*.jpg“ );
$JPG = glob($directory . „*.JPG“ );
if($JPG != FALSE) {
$images = array_merge($jpg, $JPG);
} else {
$images = $jpg;
}
foreach($images as $image)
{
echo „<a class=“\"g-item\"“ title=“\""“ href=“\""“><span class=“\"inner\"“><span class=“\"inner-content\"“><img src=“\""“ alt=“\"\"“ /></span></span></a>“;
}
[/insert_php]
</div>
</div>