| D | SVG.php | 24 * @param string $icon Icon name or full path 31 public static function icon($icon, $class = null, $size = 24, $attrs = array()) function in dokuwiki\\template\\bootstrap3\\SVG 34 if (file_exists($icon)) { 35 $file_path = $icon; 37 $file_path = self::$iconsPath . $icon . '.svg'; 41 … msg(sprintf('Unrecognized icon "%s" (svg file "%s" does not exist).', $icon, $file_path), -1);
|