Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <?php if(!is_page('employee')) { ?>
  2. <?php $cell_number = ot_get_option('cell_number');
  3. $cell_number = str_replace(' ', '_', $cell_number);
  4. ?>
  5. <p>Call us on <a href="tel:<?php echo $cell_number; ?>"><?php echo ot_get_option('cell_number'); ?></a><p>
  6. <p>Email us: <a href="mailto:<?php echo ot_get_option('contact_email_address'); ?>"><?php echo ot_get_option('contact_email_address');; ?></a></p>
  7. <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement