%PDF- %PDF-
| Direktori : /home/bitrix/www/bitrix/modules/photogallery/classes/general/ |
| Current File : /home/bitrix/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"),
)
)
);
}
}
?>