PATH:
root
/
alutechniktemplates
<?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 . ($id_menu == 9 ? " main--contact" : ""); ?>"> <div class="o-hidden"> <section class="main__container container-margin container container-narrow"><?php if ($currentPageInfo['tekst'] > 0) { if ($currentPageInfo['nazwa'] != $currentPageParentInfo['nazwa']) { ?> <h1 class="section__heading"><?php echo mb_strtoupper($currentPageInfo['nazwa']); ?></h1> <?php } ?> <div class="main__two"> <div class="main__content "> <?php echo $teksty[$currentPageInfo['tekst']]; ?> <?php if ($inne[$id_tekstu]["obraz"]){ ?> <div class="gallery"> <?php $g = Utils::dirFiles($inne[$id_tekstu]["obraz"]); ?> <?php foreach ($g as $cKey => $cVal) { ?> <div class="item-g"> <a href="<?php echo $cVal ?>" style="background-image: url('<?php echo $cVal ?>')"> </a> </div> <?php } ?> </div> <?php } ?> </div> </div><?php } ?> </section> </div> </main> <?php include_once "footer.php"; ?> </body> </html>
[-] page-cry.php
[edit]
[-] gallery.php
[edit]
[-] contact.php
[edit]
[-] paginator.php
[edit]
[+]
..
[-] form.php
[edit]
[-] page-multi.php
[edit]
[-] header.php
[edit]
[-] top.php
[edit]
[-] page-sales.php
[edit]
[-] form-send.php
[edit]
[-] page-testimonials.php
[edit]
[-] category.php
[edit]
[-] home.php
[edit]
[-] footer.php
[edit]
[-] page-m.php
[edit]
[-] page.php
[edit]
[-] page-video.php
[edit]
[-] news.php
[edit]
[-] page-m2.php
[edit]
[-] page-work.php
[edit]
[-] ajax_more.php
[edit]
[-] begin.php
[edit]
[-] realizations.php
[edit]
[-] page-press.php
[edit]