if (!defined("IN_FUSION")) { die("Access Denied"); } include INFUSIONS."flash_clock_panel/settings.php"; // Check if locale file is available matching the current site locale setting. if (file_exists(INFUSIONS."flash_clock_panel/locale/".$settings['locale'].".php")) { // Load the locale file matching the current site locale setting. include INFUSIONS."flash_clock_panel/locale/".$settings['locale'].".php"; } else { // Load the infusion's default locale file. include INFUSIONS."flash_clock_panel/locale/English.php"; } Openside($locale['flc_title']); echo "
"; if ($flc_transparent == "1") { echo ""; } echo "
"; Closeside();