• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/update/block/buttons.php
  • Класс: BitrixLandingUpdateBlockButtons
  • Вызов: Buttons::changeBorder
protected function changeBorder($content)
{
	$content = preg_replace(self::BUTTON_BORDER_MATCHER, '$1', $content);
	return $content;
}