projects
/
WP-Themes
/
crawfordco.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c7c255
)
I added the secondary nav to off canvas
author
Ian Weller
<ian@gaslightmedia.com>
Tue, 24 Jan 2017 16:08:19 +0000
(11:08 -0500)
committer
Ian Weller
<ian@gaslightmedia.com>
Tue, 24 Jan 2017 16:08:19 +0000
(11:08 -0500)
I forgot to add the secondary navigation to the off canvas menu. It's
there now.
parts/off-canvas-menu.php
patch
|
blob
|
history
diff --git
a/parts/off-canvas-menu.php
b/parts/off-canvas-menu.php
index
06170ae
..
358fa66
100644
(file)
--- a/
parts/off-canvas-menu.php
+++ b/
parts/off-canvas-menu.php
@@
-1,5
+1,9
@@
<aside class="left-off-canvas-menu hide-for-large-up">
<?php glm_offcanvas_menu(); ?>
<?php get_template_part('parts/search');?>
+ <ul>
+ <li><a href="">Property Search</a></li>
+ <li><a href="">Contact Us</a></li>
+ </ul>
<?php get_template_part('parts/client-info-offcanvas');?>
</aside>