projects
/
WP-Themes
/
finewinejourneys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fe7148
)
Remove Regions and Winte Tours dropdown menus per client request
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 27 Mar 2018 18:43:20 +0000
(14:43 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 27 Mar 2018 18:43:20 +0000
(14:43 -0400)
parts/top-bar.php
patch
|
blob
|
history
diff --git
a/parts/top-bar.php
b/parts/top-bar.php
index
d3b0a87
..
65d7d49
100644
(file)
--- a/
parts/top-bar.php
+++ b/
parts/top-bar.php
@@
-1,7
+1,7
@@
<nav class="top-bar small-center text-right show-for-medium-up" data-topbar role="navigation">
<section class="top-bar-section">
- <?php get_template_part("parts/interactive-map"); ?>
- <?php get_template_part('parts/micro-map-dropdown'); ?>
+ <?php
//
get_template_part("parts/interactive-map"); ?>
+ <?php
//
get_template_part('parts/micro-map-dropdown'); ?>
<?php glm_theme_top_bar(); ?>
</section>
</nav>