************************/
/* Theme Settings */
/************************/
$body_text = "#000000";
$body_bg = "#71786A";
$theme_width = "1024";
$theme_width_l = "250";
$theme_width_r = "250";
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 " |