Current Path : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/modules/vote/classes/general/ |
Current File : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/modules/vote/classes/general/im.php |
<? ############################################# # Bitrix Site Manager Forum # # Copyright (c) 2002-2013 Bitrix # # http://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'), ) ) ); } } ?>