diff options
| author | 2013-11-25 17:59:07 +0100 | |
|---|---|---|
| committer | 2013-11-25 17:59:07 +0100 | |
| commit | 03081fe9a21a3746ba3dac689f449b7ff3254f95 (patch) | |
| tree | ecb5daf2c198693888792b5e06fdbdf4bc66dbbb /app/models | |
| parent | ab26cb6ed8904bb873e0ae4b874aed3f3a0fdb48 (diff) | |
Ajout du mode global pour icon()
OubliƩ dans
https://github.com/marienfressinaud/FreshRSS/commit/eae19e13634593d919811f527eff9e1efd34c03b
Diffstat (limited to 'app/models')
| -rw-r--r-- | app/models/RSSThemes.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/RSSThemes.php b/app/models/RSSThemes.php index 3fd0b2ea1..7a6deaf3c 100644 --- a/app/models/RSSThemes.php +++ b/app/models/RSSThemes.php @@ -82,7 +82,6 @@ class RSSThemes extends Model { $url = isset(self::$themeIcons[$url]) ? (self::$themeIconsUrl . $url) : (self::$defaultIconsUrl . $url); - //return '<i class="icon i_' . $name . '">' . $alts[$name] . '</i>'; return '<img class="icon" src="' . Url::display($url) . '" alt="' . $alts[$name] . '" />'; } } |
