REKLAMA
"; $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{ $caution_r = dbquery("SELECT * from ".$db_prefix."cautions WHERE user_id=".$userdata['user_id']); $caution = dbarray($caution_r); $c_count = dbrows($caution_r); echo"
".($userdata['user_avatar'] ? "" : "
"; } echo"
"; echo""; } function render_footer() { global $theme_width,$settings; echo"
Copyright (c) 2011 by aquilafc.aq.pl | Design by Cichy | Kopiowanie materia³ów ze strony, bez wiedzy Administratora zabronione!
Unikalnych wizyt: ".$settings['counter']."
b.site.pl | 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"
"; } ?> --------------------------------------------------------------------------------