diff options
| author | 2013-11-25 17:59:07 +0100 | |
|---|---|---|
| committer | 2013-11-25 17:59:07 +0100 | |
| commit | 03081fe9a21a3746ba3dac689f449b7ff3254f95 (patch) | |
| tree | ecb5daf2c198693888792b5e06fdbdf4bc66dbbb /app/views/helpers/javascript_vars.phtml | |
| parent | ab26cb6ed8904bb873e0ae4b874aed3f3a0fdb48 (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.phtml | 4 |
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 . '"'; |
