| Current Path : /var/www/homesaver/www/bitrix/modules/photogallery/classes/general/ |
| Current File : /var/www/homesaver/www/bitrix/modules/photogallery/classes/general/photo_notify_schema.php |
<?
IncludeModuleLangFile(__FILE__);
class CPhotogalleryNotifySchema
{
public function __construct()
{
}
public static function OnGetNotifySchema()
{
return array(
"photogallery" => array(
"comment" => Array(
"NAME" => GetMessage("PHOTO_NS_COMMENT_MSGVER_1"),
)
)
);
}
}