"; if (iMEMBER) { ; if ($userdata['user_avatar'] != "") { echo "
".$data[

\n"; } else { echo "

\n"; } $msg_count = dbcount("(message_id)", "messages", "message_to='".$userdata['user_id']."' AND message_read='0'AND message_folder='0'"); echo " Edytuj Profil
Twoje Wiadomości
Lista Użytkowników
\n"; if (iADMIN && (iUSER_RIGHTS != "" || iUSER_RIGHTS != "C")) { echo " Administracja
\n"; }{echo " Wyloguj\n"; if ($msg_count) echo "
".sprintf('Masz %u PW' , $msg_count)."
\n"; } tablebreak(); } else { opensidel(); echo "
".(isset($loginerror) ? $loginerror : "")."




\n"; if ($settings['enable_registration']) { echo "rejestracja
\n"; } echo "lost password
\n"; } closesidel(); echo ""; echo ""; echo "\n"; echo "\n\n } "; echo " "; } function render_footer($license=false) { global $theme_width,$settings; echo "\n
\n"; echo "
\n"; } function render_news($subject, $news, $info) { echo "
$subject
$news
\n"; } function render_article($subject, $article, $info) { echo "
$subject
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
\n"; } function opensidel() { echo "
\n"; } function closesidel() { echo "
\n"; tablebreak(); } function opentable($title) { echo "
$title
\n"; } function closetable() { echo "
\n"; } function openside($title) { echo "
$title
\n"; } function closeside() { echo "
\n"; tablebreak(); } function opensidex($title,$state="on") { $boxname = str_replace(" ", "", $title); echo "
$title ".panelbutton($state,$boxname)."
\n"; tablebreak(); } function tablebreak() { echo "\n\n\n\n
\n"; } ?>