"; $liczbauserow = dbarraynum(dbquery("SELECT COUNT(*) from ".$db_prefix."users ")); if(iGUEST){ echo("
Nazwa użytkownika: Hasło:
Zarejestruj się Zgubione hasło| Mamy ".$liczbauserow[0]." zarejestrowanych użytkowników
"); }else{ echo"
".($userdata['user_avatar'] ? "" : "")."
"; } echo"
"; echo""; } function render_footer() { global $theme_width,$settings; echo"
Copyright (c) 2008 by trening.net.pl | Design by Cichy | Powered by PHP-Fusion copyright © 2003-2006 by Nick Jones.
Unikalnych wizyt: ".$settings['counter']."
Tu może być Twój link | Tu może być Twój link | Tu może być Twój link | Tu może być Twój link | Tu może być Twój link | Tu może być Twój link | Tu może być Twój link | Tu może być Twój link
"; } 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; } function render_article($subject, $article, $info) { echo"
".$subject."
".$article."
Dodane przez: ".$info['user_name']." dnia: ".showdate("%d.%m.%Y", $info['article_date'])."
"; tablebreak(); } function opentable($title) { echo"
".strtoupper($title)."
"; } function closetable() { echo"
"; tablebreak(); } function openside($title) { echo"
".strtoupper($title)."
"; } function openside2($title){ echo"
".$title."
"; } function closeside() { echo"
"; tablebreak(); } function closeside2(){ echo"
"; tablebreak(); } function opensidex($title,$open="on") { global $theme_width_l; $boxname = str_replace(" ", "", $title); echo"
".$title." ".panelbutton($state,$boxname)."
"; } function closesidex() { echo"
"; tablebreak(); } function tablebreak() { echo"
"; } ?>