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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user