projects
/
WP-Themes
/
mackinawferry.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b2de1a
)
Moving schedules above the top nav in the off-canvas
author
Laury GvR
<laury@gaslightmedia.com>
Fri, 24 Mar 2017 13:32:10 +0000
(09:32 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Fri, 24 Mar 2017 13:32:10 +0000
(09:32 -0400)
parts/off-canvas-menu.php
patch
|
blob
|
history
diff --git
a/parts/off-canvas-menu.php
b/parts/off-canvas-menu.php
index
2a41699
..
2c881fa
100644
(file)
--- a/
parts/off-canvas-menu.php
+++ b/
parts/off-canvas-menu.php
@@
-1,7
+1,8
@@
<aside class="left-off-canvas-menu hide-for-large-up opensearchserver.ignore">
- <?php glm_theme_mobile_off_canvas(); ?>
+
<h4 class="oc-schedules-header">Schedules</h4>
<?php echo do_shortcode('[glm-members-api-schedule off_canvas="True"]'); ?>
+ <?php glm_theme_mobile_off_canvas(); ?>
<!-- <?php get_template_part('parts/search');?>-->