0, 'article_draft' => 0, 'article_snippet' => '', 'article_article' => '', 'article_datestamp' => TIME, 'article_keywords' => '', 'article_breaks' => 'n', 'article_allow_comments' => 1, 'article_allow_ratings' => 1, 'article_language' => LANGUAGE, 'article_visibility' => 0, 'article_subject' => '', 'article_cat' => 0 ]; public static function get_articleAdminLocale() { if (empty(self::$admin_locale)) { $admin_locale_path = LOCALE."English/admin/settings.php"; if (file_exists(LOCALE.LOCALESET."admin/settings.php")) { $admin_locale_path = LOCALE.LOCALESET."admin/settings.php"; } $locale = fusion_get_locale('', [ARTICLE_ADMIN_LOCALE, $admin_locale_path]); self::$admin_locale = $locale; } return self::$admin_locale; } }