diff options
| author | 2016-04-23 22:03:07 +0200 | |
|---|---|---|
| committer | 2016-04-23 22:03:07 +0200 | |
| commit | ae6ade25d59942a25c79155c90fc76fb22d08cea (patch) | |
| tree | 89a74359074cad1d62bc844ed3bc6be719c2ee3c /lib/lib_rss.php | |
| parent | be4f588911c5ef4ad2108154fea0433a90b6e791 (diff) | |
| parent | b042d3a7728037db90a9306c61091be0a8ac42c4 (diff) | |
Merge branch 'http2_headers' into dev
Diffstat (limited to 'lib/lib_rss.php')
| -rw-r--r-- | lib/lib_rss.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/lib_rss.php b/lib/lib_rss.php index 135115ea5..f89baf9b1 100644 --- a/lib/lib_rss.php +++ b/lib/lib_rss.php @@ -548,3 +548,7 @@ function base64url_encode($data) { function base64url_decode($data) { return base64_decode(strtr($data, '-_', '+/')); } + +function _i($icon, $url_only = false) { + return FreshRSS_Themes::icon($icon, $url_only); +} |
