aboutsummaryrefslogtreecommitdiff
path: root/app/views/helpers/javascript_vars.phtml
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/views/helpers/javascript_vars.phtml
parentab26cb6ed8904bb873e0ae4b874aed3f3a0fdb48 (diff)
Ajout du mode global pour icon()
OubliƩ dans https://github.com/marienfressinaud/FreshRSS/commit/eae19e13634593d919811f527eff9e1efd34c03b
Diffstat (limited to 'app/views/helpers/javascript_vars.phtml')
-rw-r--r--app/views/helpers/javascript_vars.phtml4
1 files changed, 4 insertions, 0 deletions
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 . '"';