PATH:
root
/
wulkantemplates
<?php $class = "page"; include_once "begin.php"; $menuInner = array_filter($menu, function($check) use ($currentPageParentInfo) { if ($check['rodzic'] == $currentPageParentInfo['id']) return true; }); ?> <main class="main main--<?php echo $class; ?>"> <div class="page-padding"> <section class="main__container container-margin container container-narrow"><?php if ($currentPageInfo['tekst'] > 0) { ?> <div class="main__two"> <div class="main__content "> <?php echo $teksty[$currentPageInfo['tekst']]; ?> </div> </div><?php } ?> <?php if ($inne[$id_tekstu]["obraz"]){ ?> <h3 class="h3-nagrody"><?php echo NAGRODY; ?></h3> <div class="gallery gallery-jakosc "> <div class="slider-owl owl-carousel owl-theme"> <?php $g = Utils::dirFiles($inne[$id_tekstu]["obraz"]); ?> <?php foreach ($g as $cKey => $cVal) { ?> <div class="item-g text-center"> <a href="<?php echo $cVal ?>"> <?php $file2 = basename($cVal, ".jpg"); $file2 = str_replace('_', ' ', $file2); ?> <img src=" <?php echo $cVal ?>" alt="<?php echo $file2; ?>"> <p><?php echo $file2; ?></p> </a> </div> <?php } ?> </div> </div> <?php } ?> </section> </div> </main> <?php include_once "footer.php"; ?> </body> </html>
[-] gallery.php
[edit]
[-] form-send2.php
[edit]
[-] paginator.php
[edit]
[+]
..
[-] form.php
[edit]
[-] page-multi.php
[edit]
[-] header.php
[edit]
[-] produkty.php
[edit]
[-] top.php
[edit]
[-] form-send.php
[edit]
[-] category.php
[edit]
[-] home.php
[edit]
[-] footer.php
[edit]
[-] page-m.php
[edit]
[-] page.php
[edit]
[-] jakosc.php
[edit]
[-] news.php
[edit]
[-] page-m2.php
[edit]
[-] page-work.php
[edit]
[-] ajax_more.php
[edit]
[-] begin.php
[edit]
[-] realizations.php
[edit]