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> <section class=" container-wide section "><?php if ($currentPageInfo['tekst'] > 0) { if ($currentPageInfo['nazwa'] != $currentPageParentInfo['nazwa']) { ?> <?php } ?> <div class="main__two"> <div class="main__content "> <?php echo $teksty[$currentPageInfo['tekst']]; ?> <?php if ('userfiles/sales/1.jpg'){ ?> <div class="flipbook-viewport"> <div class="container"> <div class="flipbook"> <?php $g = Utils::dirFiles('userfiles/sales/1.jpg'); ?> <?php foreach ($g as $cKey => $cVal) { ?> <div style="background-image: url('<?php echo $cVal ?>')"></div> <?php } ?> </div> </div> </div> </div> <?php } ?> </div> <script type="text/javascript"> function loadApp() { // Create the flipbook // get wight container $('.main__content'). $a = $('.yt-block').width(); $('.flipbook').turn({ // Width width:922, // Height height:600, // Elevation elevation: 50, // Enable gradients gradients: true, // Auto center this flipbook autoCenter: true }); } // Load the HTML4 version if there's not CSS transform yepnope({ test : Modernizr.csstransforms, yep: ['lib/turn.js'], nope: ['lib/turn.html4.min.js'], both: ['css/basic.css'], complete: loadApp }); </script> </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]