This website requires JavaScript.
Explore
Help
Sign in
airikr
/
template
Watch
1
Star
0
Fork
You've already forked template
0
Code
Wiki
Activity
9ceb37a8af
template
/
functions
/
svg-icon.php
11 lines
95 B
PHP
Raw
Normal View
History
Unescape
Escape
First release
2024-04-25 21:55:08 +02:00
<
?
php
function
svgicon
(
$string
)
{
$arr
=
[
''
=>
''
];
return
$arr
[
$string
];
}
Update
2024-09-23 20:40:19 +02:00
?>
Copy permalink