Renderlife
9/18/2018 - 1:40 PM

Получаем svg иконку из файла спрайта

//$svg_file = file_get_contents(SITE_TEMPLATE_PATH . '/guideline/dist/images/sprite.svg');
/*$find_string   = 'xmlns';
$position = strpos($svg_file, $find_string);
$svg_file = substr_replace($svg_file, ' width="12" height="8" ' , $position, 0);

$find_string   = '<symbol';
$position = strpos($svg_file, $find_string);
$svg_file = substr_replace($svg_file, '<use xlink:href="#aside-nav-arrow"></use>' , $position, 0);*/