%PDF- %PDF-
| Direktori : /proc/self/root/proc/10577/root/home/bitrix/www/bitrix/modules/vote/classes/general/ |
| Current File : //proc/self/root/proc/10577/root/home/bitrix/www/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'),
)
)
);
}
}
?>