setAdminPageIcons("S", ""); if (!defined("DB_SHOUTBOX")) { define("DB_SHOUTBOX", DB_PREFIX."shoutbox"); } // Added Shoutbox Locale Constant if (!defined("SHOUTBOX_LOCALE")) { if (file_exists(INFUSIONS."shoutbox_panel/locale/".LOCALESET."shoutbox.php")) { define("SHOUTBOX_LOCALE", INFUSIONS."shoutbox_panel/locale/".LOCALESET."shoutbox.php"); } else { define("SHOUTBOX_LOCALE", INFUSIONS."shoutbox_panel/locale/English/shoutbox.php"); } }