mirror of https://github.com/BOINC/boinc.git
Drupal: Added mobile_menu_toggle template which uses font-awesome for main menu botton.
Added text "Menu" to right of hamburger menu.
This commit is contained in:
parent
6d2f278fda
commit
8f59ee754b
|
@ -0,0 +1,4 @@
|
||||||
|
<a id="mobile-menu-toggle" href="javascript;;">
|
||||||
|
<i class="fa fa-bars fa-2x" aria-hidden="true"></i>
|
||||||
|
<span class="mmt-menu"> <?php print bts('Menu',array(), NULL, 'project:mobile menu');?> </span>
|
||||||
|
</a>
|
Loading…
Reference in New Issue