aboutsummaryrefslogtreecommitdiff
path: root/app/views/helpers/javascript_vars.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-05 16:10:25 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-05 16:10:25 +0200
commitc8fad68a4fd15857a2e3e21e7d5311dc7f87226c (patch)
tree063d7683f30ec35e544fcc5e38048d0d0a7dca75 /app/views/helpers/javascript_vars.phtml
parent6c8b36f04ea1bc2c022c331bb0980b6c9dccb83c (diff)
Use _i() whenever it is possible
Transform FreshRSS_Themes::icon\s? in _i See https://github.com/marienfressinaud/FreshRSS/issues/655
Diffstat (limited to 'app/views/helpers/javascript_vars.phtml')
-rw-r--r--app/views/helpers/javascript_vars.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/javascript_vars.phtml b/app/views/helpers/javascript_vars.phtml
index ba02b9fad..011b17b7a 100644
--- a/app/views/helpers/javascript_vars.phtml
+++ b/app/views/helpers/javascript_vars.phtml
@@ -33,7 +33,7 @@ echo ',shortcuts={',
"},\n";
if (Minz_Request::param ('output') === 'global') {
- echo "iconClose='", FreshRSS_Themes::icon('close'), "',\n";
+ echo "iconClose='", _i('close'), "',\n";
}
$authType = Minz_Configuration::authType();