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