function render_news($subject, $news, $info) { global $locale; echo"
".$locale['201']."
".$subject."
".$news; if($readmore == ""){ echo"
"; } echo"
Dodał: ".$info['user_name']." dnia: ".showdate("shortdate", $info['news_date'])."| Czytań: ".$info['news_reads']." +Skomentuj [".$info['news_comments']."]
"; tablebreak(); } function render_news_pozostale($subject, $news, $info){ $tresc1 = "
".$subject."
".trimlink($news, 200)." [czytaj więcej]
Dodał: ".$info['user_name']." dnia: ".showdate("shortdate", $info['news_date'])."| Czytań: ".$info['news_reads']." +Skomentuj [".$info['news_comments']."]
"; return $tresc1; }