projects
/
WP-Themes
/
francejourneys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
193fed0
)
changed page id for permalink for the link to product enquire form
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 24 Jun 2016 15:56:08 +0000
(11:56 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 24 Jun 2016 15:56:08 +0000
(11:56 -0400)
sidebar.php
patch
|
blob
|
history
diff --git
a/sidebar.php
b/sidebar.php
index
d3a227b
..
41abe57
100644
(file)
--- a/
sidebar.php
+++ b/
sidebar.php
@@
-9,7
+9,7
@@
<?php get_template_part('parts/shop-sidebar');?>
</div>
<div id="enquire_button_container">
- <a href="<?php echo get_permalink(
2
); ?>?sku=<?php echo $sku; ?>&title=<?php echo $title; ?>"><button id="enquire_button"> Enquire about this tour </button></a>
+ <a href="<?php echo get_permalink(
163
); ?>?sku=<?php echo $sku; ?>&title=<?php echo $title; ?>"><button id="enquire_button"> Enquire about this tour </button></a>
</div>
<?php