"; echo ""; // Start banner code echo "$header_content"; // End banner code echo "\n"; // echo ""; echo ""; // echo ""; echo "
"; echo ""; $result = dbquery("SELECT * FROM ".DB_PREFIX."site_links WHERE link_visibility<='".iUSER."' AND link_position>='2' ORDER BY link_order"); if (dbrows($result) != 0) { $i = 1; while($data = dbarray($result)) { if ($data['link_url']!="---") { $link_target = ($data['link_window'] == "1" ? " target='_blank'" : ""); if (strstr($data['link_url'], "http://") || strstr($data['link_url'], "https://")) { echo ""; echo ""; // echo ""; echo ""; echo "
"; echo "".$data['link_name'].""; } else { // echo ""; echo ""; echo ""; echo ""; } else { echo ""; echo ""; } $i++; } } echo "
"; echo "".$data['link_name'].""; } } if ($i != dbrows($result)) { echo "
"; // echo "".ucwords(showdate($settings['subheaderdate'], time()))."
\n\n"; } function render_footer($license=false) { global $theme_width,$locale,$settings; echo "\n
\n"; echo ""; echo "
".stripslashes($settings['footer'])."
\n"; echo ""; echo ""; echo ""; echo ""; echo ""; echo "
"; if ($license == false) { echo "Design by: d4u.hut2.ru"; } echo "Powered by PHP-Fusion © 2003-2005"; echo ""; echo "".$settings['counter']." ".($settings['counter'] == 1 ? $locale['140']."\n" : $locale['141']."\n"); echo "
";