1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-19 20:21:29 +00:00

use shortcut echo syntax for php templates

This commit is contained in:
Andrew Dolgov
2021-02-14 09:15:51 +03:00
parent d4c925819b
commit 15fd23c374
12 changed files with 183 additions and 183 deletions

View File

@@ -24,7 +24,7 @@ class Toggle_Sidebar extends Plugin {
<button dojoType="dijit.form.Button" onclick="Plugins.Toggle_Sidebar.toggle(this)">
<i class="material-icons toggle-sidebar-label"
title="<?php echo __('Toggle sidebar') ?>">chevron_left</i>
title="<?= __('Toggle sidebar') ?>">chevron_left</i>
</button>
<?php