Your IP : 3.145.70.14


Current Path : /home/bitrix/ext_www/dev.shuft.com.ua/bitrix/modules/forum/classes/general/
Upload File :
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"),
				),
*/
			),
		);
	}
}