projects
/
WP-Themes
/
capstone.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27a9dec
)
linking view now button to the request a quote page in the side bar
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 12 Sep 2016 15:07:29 +0000
(11:07 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 12 Sep 2016 15:07:29 +0000
(11:07 -0400)
sidebar.php
patch
|
blob
|
history
diff --git
a/sidebar.php
b/sidebar.php
index
55de935
..
ea3847f
100644
(file)
--- a/
sidebar.php
+++ b/
sidebar.php
@@
-33,7
+33,7
@@
<div class="small-6 medium-12 large-7 columns">
<h5>Request for Quote</h5>
<p>Explore topics, availability and pricing.</p>
- <a href="
#
" class="button">view now</a>
+ <a href="
<?php echo get_permalink(4870); ?>
" class="button">view now</a>
</div>
</div>
</div>