Your IP : 3.144.1.94


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/modules/wiki/classes/general/
Upload File :
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/modules/wiki/classes/general/wiki_notify_schema.php

<?
IncludeModuleLangFile(__FILE__);

class CWikiNotifySchema
{
	public function __construct()
	{
	}

	public static function OnGetNotifySchema()
	{
		return array(
			"wiki" => array(
				"comment" => Array(
					"NAME" => GetMessage("WIKI_NS_COMMENT"),
				),
/*
				"mention" => Array(
					"NAME" => GetMessage("WIKI_NS_MENTION"),
				),
*/
			),
		);
	}
}