PATH:
root
/
wulkantemplates
<main class="home"> <section class="home"> <div class="container-wide"> <?php echo $teksty[6]; ?> <div class="news"> <div class="flex"> <h2><?php echo NEWS; ?></h2> <a class="btn" href="news"><?php echo ALL_NEWS; ?></a> </div> <hr/> <?php $news = $db->select("aktualnosci$lang", NULL, NULL, " limit 4"); ?> <?php foreach ($news as $cKey => $cVal) { ?> <h3><?php echo $cVal['tytul'] ?></h3> <p class="data"><?php echo $cVal['data'] ?></p> <?php echo $cVal['tresc'] ?> <hr/> <?php } ?> </div> </div> </section> </main>
[-] gallery.php
[edit]
[-] form-send2.php
[edit]
[-] paginator.php
[edit]
[+]
..
[-] form.php
[edit]
[-] page-multi.php
[edit]
[-] header.php
[edit]
[-] produkty.php
[edit]
[-] top.php
[edit]
[-] form-send.php
[edit]
[-] category.php
[edit]
[-] home.php
[edit]
[-] footer.php
[edit]
[-] page-m.php
[edit]
[-] page.php
[edit]
[-] jakosc.php
[edit]
[-] news.php
[edit]
[-] page-m2.php
[edit]
[-] page-work.php
[edit]
[-] ajax_more.php
[edit]
[-] begin.php
[edit]
[-] realizations.php
[edit]