residential locksmith

<div id="header-phone"> <span class="desktopview">Call Us:</span><br> <?php $xphone = get_post_meta($post->ID, 'custom_phone' , true); if (!empty($xphone)) { echo '<a href="tel:'. $xphone .'" class="desktopview">'. $xphone .'</a>'; echo '<a href="tel:'. $xphone .'" class="button">'. $xphone .'</a>'; } else { echo '<a href="tel:18665007272" class="desktopview">1-866-500-7272</a>'; echo '<a href="tel:18665007272" class="button">1-866-500-7272</a>'; } ?> </div> <div style="clear: both;"></div>