pparse('head');
?>
=now() or platnost is null
order by id desc limit 0,4');
if (mysql_num_rows($result)>0) {
$template->assign_block_vars("newsy", array());
while ($pole=mysql_fetch_array($result)) {
if ((isset($pole['url'])) && (strlen($pole['url']))) {
$text = nl2br(str_replace("zde", 'zde', $pole['short']));
} else {
$text = nl2br($pole['short']);
}
$template->assign_block_vars("newsa", array (
'nadpis' =>$pole['nadpis'],
'datum' => $pole['datum2'],
'text' => $text
));
$keywords.=", ".$pole['nadpis'];
if (strlen($pole['text'])>200) {
$template->assign_block_vars("newsa.vice", array('url' => 'news.php?id='.$pole['id']));
}
if ((isset($pole['url'])) && (strlen($pole['url']))) {
$template->assign_block_vars("newsa.link", array('url' => $pole['url']));
}
}
$title="Aktuality";
$template->assign_block_vars('moreLink', array());
$template->pparse("news");
}
?>
pparse('foot');
?>