• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/helpers/admin/blocks/ordershipment.php
  • Класс: BitrixSaleHelpersAdminBlocksOrderShipment
  • Вызов: OrderShipment::getShortImgPath
static function getShortImgPath($logotip)
{
	return CFile::ResizeImageGet(
		$logotip,
		array('width'=>80, 'height'=>50)
	);
}