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="research media"> <?php $realizacje = $db->select("media$lang",NULL, NULL, "WHERE `pokaz` = 1 ORDER BY id ASC"); foreach ($realizacje as $cKey => $cVal) { $postID = $cVal['id']; if ($cVal['tytul']) { $cLink = ($cVal['tresc']); ?> <div class="item" <?php if ($cVal['galeria']) echo "style=\"background-image: url('{$cVal['galeria']}')\""; ?> > <a target="blank" href="<?php echo $cLink; ?>" class="item__name"> <img src="<?php echo $cVal['logo']; ?>" alt="<?php echo $cVal['tytul']; ?> "> <h2><?php echo $cVal['tytul']; ?></h2> <span class="more">Read more</span> </a> </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]