• Модуль: report
  • Путь к файлу: ~/bitrix/modules/report/lib/sharing.php
  • Класс: BitrixReportSharing
  • Вызов: Sharing::getImage
static function getImage($imageId)
{
	return CFile::resizeImageGet($imageId,
		array('width' => 21, 'height' => 21), BX_RESIZE_IMAGE_EXACT, false);
}