summaryrefslogtreecommitdiff
path: root/app/layout/layout.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/layout/layout.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/layout/layout.phtml')
-rw-r--r--app/layout/layout.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml
index f95f45b5e..dbfac63a5 100644
--- a/app/layout/layout.phtml
+++ b/app/layout/layout.phtml
@@ -56,7 +56,7 @@
?>
<div id="notification" class="notification <?php echo $status; ?>">
<span class="msg"><?php echo $msg; ?></span>
- <a class="close" href=""><?php echo FreshRSS_Themes::icon('close'); ?></a>
+ <a class="close" href=""><?php echo _i('close'); ?></a>
</div>
</body>
</html>