$pageTitle = "Články"; $webFolder = ""; //zobrazit postranni menu? $hide_menu_left = "1"; // načtení souboru header.php include "includes/0head.php"; include "includes/articles_functions.php"; ?> $arrArticles = getLastArticles(10); foreach ($arrArticles as $arrArticle) { echo('
'); } //
zobrazeno: '.$arrArticle['viewed'].' x |
komentářů: '.$arrArticle['intCountOfComments'].'
//zobrazeno: '.$arrArticle['viewed'].' x | komentářů: '.$arrArticle['intCountOfComments'].'
?>
include "includes/0foot.php";