From 03081fe9a21a3746ba3dac689f449b7ff3254f95 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 25 Nov 2013 17:59:07 +0100 Subject: Ajout du mode global pour icon() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OubliƩ dans https://github.com/marienfressinaud/FreshRSS/commit/eae19e13634593d919811f527eff9e1efd34c03b --- app/models/RSSThemes.php | 1 - 1 file changed, 1 deletion(-) (limited to 'app/models/RSSThemes.php') 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 '' . $alts[$name] . ''; return '' . $alts[$name] . ''; } } -- cgit v1.2.3