Example #1
0
 public static function addButton(\CBitrixComponent $component, $url, $title, $params = [])
 {
     $params['URL'] = $url;
     $params['TITLE'] = $title;
     $component->addIncludeAreaIcon($params);
 }