mirror of
https://github.com/ascribe/wp-theme
synced 2025-01-03 10:25:08 +01:00
Change label in request consultation button
This commit is contained in:
parent
1e75882859
commit
a30295ff7d
@ -166,7 +166,7 @@ if ($twitter) {
|
|||||||
<div class="centered-footer">
|
<div class="centered-footer">
|
||||||
<?php wp_nav_menu( array( 'theme_location' => 'main-footer-menu', 'container' => false ) ); ?>
|
<?php wp_nav_menu( array( 'theme_location' => 'main-footer-menu', 'container' => false ) ); ?>
|
||||||
<div class="contact">
|
<div class="contact">
|
||||||
<a href="<?php echo $consultLink; ?>" class="button small">Request a consultation</a>
|
<a href="<?php echo $consultLink; ?>" class="button small">Request information</a>
|
||||||
<div><?php echo $address; ?></div>
|
<div><?php echo $address; ?></div>
|
||||||
<div><a href="mailto:<?php echo $email; ?>"><?php echo $email; ?></a></div>
|
<div><a href="mailto:<?php echo $email; ?>"><?php echo $email; ?></a></div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user