\n"; echo "\n"; echo "
\n"; /*****[BEGIN]****************************************** [ Base: Dynamic Titles v1.0.0 ] ******************************************************/ include_once(NUKE_INCLUDE_DIR.'dynamic_titles.php'); /*****[END]******************************************** [ Base: Dynamic Titles v1.0.0 ] ******************************************************/ include_once(NUKE_INCLUDE_DIR.'meta.php'); include_once(NUKE_INCLUDE_DIR.'javascript.php'); if ((($favicon = $cache->load('favicon', 'config')) === false) || empty($favicon)) { if (file_exists(NUKE_BASE_DIR.'favicon.ico')) { $favicon = "themes/$ThemeSel/images/favicon.ico"; } else if (file_exists(NUKE_IMAGES_DIR.'favicon.ico')) { $favicon = "images/favicon.ico"; } else if (file_exists(NUKE_THEMES_DIR.$ThemeSel.'/images/favicon.ico')) { $favicon = "favicon.ico"; } else { $favicon = 'none'; } if ($favicon != 'none') { echo "\n"; } $cache->save('favicon', 'config', $favicon); } else { if ($favicon != 'none') { echo "\n"; } } // If you use ForumNews Advance, you may want to replace the RSS News with the RSS ForumNews. Just remove the comments below and comment out the RSS News. //echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; global $browser; $style = "\n"; if ($browser == 'ie' || $browser == 'konqueror' || $browser == 'MSIE') { if (file_exists('themes/'.$ThemeSel.'/style/style_ie.css')) { $style = "\n"; } } else if ($browser == 'Mozilla' || $browser == 'Firefox' || $browser == 'Gecko' || $browser == 'Netscape') { if (file_exists('themes/'.$ThemeSel.'/style/style_moazilla.css')) { $style = "\n"; } } else if ($browser == 'Opera') { if (file_exists('themes/'.$ThemeSel.'/style/style_opera.css')) { $style = "\n"; } } echo $style; if(isset($modheader)) { echo $modheader; } if ((($custom_head = $cache->load('custom_head', 'config')) === false) || empty($custom_head)) { $custom_head = array(); if (file_exists(NUKE_INCLUDE_DIR.'custom_files/custom_head.php')) { $custom_head[] = 'custom_head'; } if (file_exists(NUKE_INCLUDE_DIR.'custom_files/custom_header.php')) { $custom_head[] = 'custom_header'; } if (!empty($custom_head)) { foreach ($custom_head as $file) { include_once(NUKE_INCLUDE_DIR.'custom_files/'.$file.'.php'); } } $cache->save('custom_head', 'config', $custom_head); } else { if (!empty($custom_head)) { foreach ($custom_head as $file) { include_once(NUKE_INCLUDE_DIR.'custom_files/'.$file.'.php'); } } } echo "\n"; /*****[BEGIN]****************************************** [ Base: NukeSentinel v2.5.00 ] ******************************************************/ if($ab_config['site_switch'] == 1) { echo '