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" : ""); ?>"> <section class="main__container container-narrow"><?php if ($currentPageInfo['tekst'] > 0) { if ($currentPageInfo['nazwa'] != $currentPageParentInfo['nazwa']) { ?> <h1 class="main__heading"><?php echo mb_strtoupper($currentPageInfo['nazwa']); ?></h1> <?php } ?> <div class="main__two"> <nav class="main__nav"> <input id="heading__checkbox" type="checkbox"> <ul class="nav__list"> <li class="nav__item list__heading"><label for="heading__checkbox">▼</label></li><?php foreach ($menuInner as $mK => $mV) { ?> <li class="nav__item<?php if ($mV['id'] == $id_menu || $mV['id'] == $currentPageParentInfo['id']) echo " active"; ?>"><a href="<?php echo $mV['link']; ?>"><?php echo $mV['nazwa']; ?></a></li> <?php } ?> </ul> </nav> <div class="main__content"> <?php echo $teksty[$currentPageInfo['tekst']]; ?> </div> </div><?php } ?> </section> </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]