\n"; echo "\n
rahmen links \n"; $result = dbquery("SELECT * FROM ".DB_PREFIX."site_links WHERE link_language='".LANGUAGE."' AND link_visibility<='".iUSER."' AND link_position>='2' ORDER BY link_order"); if (dbrows($result) != 0) { $i = 0; while($data = dbarray($result)) { if (checkgroup($data['link_visibility'])) { if ($data['link_url']!="---") { if ($i != 0) { echo " ·\n"; } else { echo "\n"; } $link_target = ($data['link_window'] == "1" ? " target='_blank'" : ""); if (strstr($data['link_url'], "http://") || strstr($data['link_url'], "https://")) { echo "".$data['link_name'].""; } else { echo "".$data['link_name'].""; } } $i++; } } } echo ($i == 0 ? " " : "")." rahmen rechts

\n"; echo "\n\n"; } function render_footer($license=false) { global $theme_width,$settings,$locale; echo "\n
\n"; echo "
".stripslashes($settings['footer'])."
rahmen rechts rahmen links
\n"; } function render_news($subject, $news, $info) { global $locale; echo "
$subject
$news
\n"; } function render_article($subject, $article, $info) { global $locale; echo "
$subject
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
\n"; } function opentable($title) { echo "
$title
\n"; } function closetable() { echo "
bottom
\n"; } function openside($title) { echo "
$title
\n"; } function closeside() { echo "
bottom
\n"; } function opensidex($title,$open="on") { if($open=="on"){$box_img="off";}else{$box_img="on";} echo "
$title $box_img
\n"; } function closesidex() { echo "
bottom
\n"; } function tablebreak() { echo "
\n"; } ?>