/*--------------------------------------------+ | PHP-Fusion v6 - Content Management System | |---------------------------------------------| | author: Nick Jones (Digitanium) © 2002-2005 | | web: http://www.php-fusion.co.uk | | email: nick@php-fusion.co.uk | |---------------------------------------------| | Released under the terms and conditions of | | the GNU General Public License (Version 2) | +--------------------------------------------*/ /*--------------------------------------------+ | BlueSound Theme for PHP-Fusion v6 | |---------------------------------------------| | design: MerT | | web: http://www.flatcast-paylasim.net.tc | | email: web_design@hotmail.de | |---------------------------------------------| | Released under the terms and conditions of | | the GNU General Public License (Version 2) | +--------------------------------------------*/ // theme settings $body_text = "#000000"; $body_bg = "#666666"; $theme_width = "800"; $theme_width_l = "100"; $theme_width_r = "100"; function render_header($header_content) { global $theme_width,$settings; echo "
\n"; $result = dbquery("SELECT * FROM ".DB_PREFIX."site_links WHERE 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 ? " " : "")." | ".ucwords(showdate($settings['subheaderdate'], time()))." |
".stripslashes($settings['footer'])." |
".$settings['counter']." ".($settings['counter'] == 1 ? $locale['140'] : $locale['141'])." | \n"; if ($license == false) { echo "Powered by ![]() | \n";
echo "Theme: BlueSound ![]() | \n";
}
echo "
|
|
|
|
|