• Модуль: salescenter
  • Путь к файлу: ~/bitrix/modules/salescenter/lib/delivery/handlers/base.php
  • Класс: BitrixSalesCenterDeliveryHandlersBase
  • Вызов: Base::getImagesPath
protected function getImagesPath()
{
	$templatePath = '/templates/.default/images/';

	$componentPath = CComponentEngine::makeComponentPath('bitrix:salescenter.delivery.panel');

	return getLocalPath('components' . $componentPath . $templatePath);
}