$body_text = "#ffffff";
$body_bg = "#000";
$theme_width = "100%";
$theme_width_l = "160";
$theme_width_r = "160";
function render_header($header_content) {
global $theme_width,$settings;
echo "
";
echo "";
echo "";
echo "";
echo " | ";
echo " ";
echo "";
echo "";
$result = dbquery("SELECT * FROM ".DB_PREFIX."site_links WHERE link_position>='2' ORDER BY link_order");
if (dbrows($result) != 0) {
echo " \n";
$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 ? " " : "")." | \n";
echo "".ucwords(showdate($settings['subheaderdate'], time()))."";
echo "   ";
echo " | | ";
echo "";
echo " |