diff options
| author | 2013-11-23 23:47:20 +0100 | |
|---|---|---|
| committer | 2013-11-23 23:47:20 +0100 | |
| commit | 632423d97ca2ebd30b1214e03592035809217197 (patch) | |
| tree | 31ef0d123e199741bc5b3b08301e50134ec59671 /lib/lib_rss.php | |
| parent | 29137c0b046bfcc610e6c8a152e558fa9c718da4 (diff) | |
Améliorations suite à icon()
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/284
Diffstat (limited to 'lib/lib_rss.php')
| -rw-r--r-- | lib/lib_rss.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib_rss.php b/lib/lib_rss.php index b968f500f..1d9d5c7e0 100644 --- a/lib/lib_rss.php +++ b/lib/lib_rss.php @@ -216,7 +216,7 @@ function lazyimg($content) { ); } -function icon($name) { //<?php echo icon('share'); +function icon($name) { static $alts = array( 'add' => '✚', 'all' => '☰', |
