1
0
mirror of https://github.com/ascribe/wp-theme synced 2024-12-22 17:23:55 +01:00

Change label in request consultation button

This commit is contained in:
vrde 2015-11-06 16:25:01 +01:00
parent 1e75882859
commit a30295ff7d

View File

@ -166,7 +166,7 @@ if ($twitter) {
<div class="centered-footer">
<?php wp_nav_menu( array( 'theme_location' => 'main-footer-menu', 'container' => false ) ); ?>
<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><a href="mailto:<?php echo $email; ?>"><?php echo $email; ?></a></div>
</div>