Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/modules/wiki/classes/general/ |
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"), ), */ ), ); } }