Added a menu that was missing from the offcanvas
authorIan Weller <ian@gaslightmedia.com>
Thu, 11 May 2017 15:45:18 +0000 (11:45 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 11 May 2017 15:45:18 +0000 (11:45 -0400)
I added a ul list that act as a login in the footer to the off canvas
area.  Protocall states I need to put it all there when I get to small
view.

sections/off-canvas.php

index d2f8c79..cf79004 100644 (file)
@@ -1,6 +1,10 @@
                     <aside class="left-off-canvas-menu hide-for-large-up opensearchserver.ignore">
                         <?php glm_theme_mobile_off_canvas(); ?>
                         <?php get_template_part('parts/search-form');?>
+                        <ul>
+                            <li><a href="#">Board/Committees Login</a></li>
+                            <li><a href="#">Fund Holder Login</a></li>
+                        </ul>
                         <ul class="offcavas-social-list">
                             <li class="facebook"><a href="#" target="_blank"></a></li>
                         </ul>