"; echo ""; echo "
"; echo "
"; if (iMEMBER) { opensidel(); 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 "
\n"; echo "\n
".showsublinks("·","top_links")."
\n"; echo "\n\n"; } function render_footer($license=false) { global $theme_width,$settings; echo "\n
\n"; echo ""; echo "
\n"; } function render_news($subject, $news, $info) { echo "
$subject
$news
\n"; echo openform("N",$info['news_id']).newsposter($info,"
").newsopts($info,"·").closeform("N",$info['news_id']); echo "
\n"; } function render_article($subject, $article, $info) { echo "
$subject
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
\n"; } function opentable($title) { echo "
$title
\n"; } function closetable() { echo "
\n"; } function openside($title) { echo "
$title
\n"; } function closeside() { echo "
\n"; tablebreak(); } function opensidel() { echo "
\n"; } function closesidel() { echo "
\n"; tablebreak(); } function tablebreak() { echo "\n\n\n\n
\n"; } ?>