PATH:
root
/
alutechniktemplates
<?php $class = "page"; include_once "begin.php"; ?> <main > <section class="container-wide section "> <?php if ($currentPageInfo['tekst'] > 0) { echo $teksty[$currentPageInfo['tekst']]; } ?> <div class="testimonials"> <?php $realizacje = $db->select("testimonials$lang",NULL, NULL, "WHERE `pokaz` = 1 ORDER BY id ASC"); foreach ($realizacje as $cKey => $cVal) { $postID = $cVal['id']; if ($cVal['id']) { ?> <div class="yt-block"> <p><?php echo $cVal['text']; ?>"></p> </div> <?php }} ?> </div> </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]