added right off canvas area
authorIan Weller <ian@gaslightmedia.com>
Fri, 19 Aug 2016 13:50:11 +0000 (09:50 -0400)
committerIan Weller <ian@gaslightmedia.com>
Fri, 19 Aug 2016 13:50:11 +0000 (09:50 -0400)
I added a right title bar and uncommented the right off canvas. As far as
I can tell, if we put a menu in the right off canvas it will act like the
left off canvas menu.

index.php

index cc02885..94af1ec 100644 (file)
--- a/index.php
+++ b/index.php
                             <button class="menu-icon" type="button" data-open="offCanvasLeft"></button>
                             <span class="title-bar-title">Menu</span>
                         </div>
+                        <div class="title-bar-right">
+                            <button class="menu-icon" type="button" data-open="offCanvasRight"></button>
+                          </div>
                     </div>
                     <div class="off-canvas position-left" id="offCanvasLeft" data-off-canvas>
 <!--
                         </div>    
                     </div>
                     
-<!--
-                    <div class="off-canvas positon-right" id="offCanvasRight" data-off-canvas data-positon="right">
-                        
+                    <div class="off-canvas position-right" id="offCanvasRight" data-off-canvas data-position="right">
+                        <?php glm_theme_mobile_off_canvas(); ?>
                     </div>
--->
                             
                     
 </editor-fold>