static function getResult()
 {
     if (!fs_director::CheckForEmptyValue(self::$error_message)) {
         return ui_sysmessage::shout(ui_language::translate(self::$error_message), 'zannounceerror', 'zannounce');
     }
     if (!fs_director::CheckForEmptyValue(self::$ok)) {
         return ui_sysmessage::shout(ui_language::translate("Changes to your module options have been saved successfully!"));
     } else {
         return ui_language::translate(ui_module::GetModuleDescription());
     }
     return;
 }
 static function getModuleDesc()
 {
     $module_desc = ui_language::translate(ui_module::GetModuleDescription());
     return $module_desc;
 }
 static function getDescription()
 {
     return ui_module::GetModuleDescription();
 }