aboutsummaryrefslogtreecommitdiff
path: root/app/models
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-25 17:59:07 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-25 17:59:07 +0100
commit03081fe9a21a3746ba3dac689f449b7ff3254f95 (patch)
treeecb5daf2c198693888792b5e06fdbdf4bc66dbbb /app/models
parentab26cb6ed8904bb873e0ae4b874aed3f3a0fdb48 (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.php1
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] . '" />';
}
}