Current Path : /home/bitrix/ext_www/dev.shuft.com.ua/bitrix/modules/forum/classes/general/ |
Current File : /home/bitrix/ext_www/dev.shuft.com.ua/bitrix/modules/forum/classes/general/forum_notify_schema.php |
<? IncludeModuleLangFile(__FILE__); class CForumNotifySchema { public function __construct() { } public static function OnGetNotifySchema() { return IsModuleInstalled('bitrix24')? array(): array( "forum" => array( "comment" => Array( "NAME" => GetMessage("FORUM_NS_COMMENT"), ), /* "mention" => Array( "NAME" => GetMessage("FORUM_NS_MENTION"), ), */ ), ); } }