Your IP : 3.149.230.208


Current Path : /var/www/www-root/data/webdav/www/www.monolith-realty.ru/bitrix/modules/vote/classes/general/
Upload File :
Current File : /var/www/www-root/data/webdav/www/www.monolith-realty.ru/bitrix/modules/vote/classes/general/im.php

<?
#############################################
# Bitrix Site Manager Forum					#
# Copyright (c) 2002-2013 Bitrix			#
# https://www.bitrixsoft.com					#
# mailto:admin@bitrixsoft.com				#
#############################################
IncludeModuleLangFile(__FILE__);

class CVoteNotifySchema
{
	public function __construct()
	{
	}

	public static function OnGetNotifySchema()
	{
		return array(
			"vote" => array(
				"voting" => Array(
					"NAME" => GetMessage('V_VOTING'),
				)
			)
		);
	}
}
?>