• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/update/block/buttons.php
  • Класс: BitrixLandingUpdateBlockButtons
  • Вызов: Buttons::changeRound
protected function changeRound($content)
{
	$content = str_replace('g-rounded-50x', 'g-rounded-50', $content);
	return $content;
}