toggle_sidebar: use hamburger icon
This commit is contained in:
parent
5b3a73e574
commit
fb62f2b970
|
@ -20,7 +20,7 @@ class Toggle_Sidebar extends Plugin {
|
|||
|
||||
<button dojoType="dijit.form.Button" onclick="Feeds.toggle()">
|
||||
<i class="material-icons"
|
||||
title="<?php echo __('Toggle feedlist') ?>">fullscreen</i>
|
||||
title="<?php echo __('Toggle feedlist') ?>">menu</i>
|
||||
</button>
|
||||
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue