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:
parent
1e75882859
commit
a30295ff7d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user