HEX
Server: Apache
System: Linux pars3.abtinweb.com 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: parsata2 (1091)
PHP: 8.2.31
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open
Upload Files
File: /home/parsata2/.trash/sandwich-panel-price/panel-gallery.php
<section class="o-section c-section--about-gallery">
	<div class="c-about-gallery">
		<div class="o-section__wrapper">
			<div class="c-about-gallery__carousel"
				 data-flickity='{ "autoPlay": 1500,"cellAlign": "left","prevNextButtons": false,"pageDots": false,"contain": true}'>
				<?php foreach (get_field('about-gallery') as $img): ?>
					<?php get_field('about-gallery'); ?>
					<div class="c-about-gallery__carousel-cell">
						<img src="<?php echo $img ?>"
							 alt="">
					</div>
				<?php endforeach; ?>
			</div>
		</div>
	</div>
</section>