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/views/helpers/javascript_vars.phtml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/views/helpers/javascript_vars.phtml') diff --git a/app/views/helpers/javascript_vars.phtml b/app/views/helpers/javascript_vars.phtml index e9deaf71c..ddebfd876 100644 --- a/app/views/helpers/javascript_vars.phtml +++ b/app/views/helpers/javascript_vars.phtml @@ -20,6 +20,10 @@ 'collapse_entry:"', $s['collapse_entry'], '"', "},\n"; + if (Request::param ('output') === 'global') { + echo "iconClose='", RSSThemes::icon('close'), "',\n"; + } + $mail = Session::param ('mail', 'null'); if ($mail != 'null') { $mail = '"' . $mail . '"'; -- cgit v1.2.3