• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/block.php
  • Класс: BitrixLandingBlock
  • Вызов: Block::getPreview
public function getPreview()
{
	$path = self::getBlockPath($this->code);
	if ($path && file_exists($this->docRoot . '/' . $path . '/' . self::PREVIEW_FILE_NAME))
	{
		return $path . '/' . self::PREVIEW_FILE_NAME;
	}
	return '';
}