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:
Shawn Kwang 2017-02-27 14:50:40 -06:00
parent 6d2f278fda
commit 8f59ee754b
1 changed files with 4 additions and 0 deletions

View File

@ -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>