projects
/
WP-Themes
/
BluesBrewsDunes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d7c1f2
)
Disabled google map part call; now done through editor.
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 14 Apr 2015 15:07:50 +0000
(11:07 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 14 Apr 2015 15:07:50 +0000
(11:07 -0400)
page.php
patch
|
blob
|
history
diff --git
a/page.php
b/page.php
index
b9711fb
..
6c3602b
100644
(file)
--- a/
page.php
+++ b/
page.php
@@
-5,7
+5,7
@@
<div class="row">
<?php get_template_part('parts/bread-crumbs');?>
</div>
- <?php get_template_part('parts/google-map');?>
+ <?php
//
get_template_part('parts/google-map');?>
<div class="row">
<div id="main-content" class="small-12 medium-10 medium-offset-1 columns">
<?php if(have_posts()) : while(have_posts()): the_post();?>