Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/photogallery/classes/general/
Upload File :
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"),
				)
			)
		);
	}
}