Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Ginnw2/43376bdfda34a6743fbb5b5f6c147b8d to your computer and use it in GitHub Desktop.
Save Ginnw2/43376bdfda34a6743fbb5b5f6c147b8d to your computer and use it in GitHub Desktop.
<?
$content = file_get_contents('include/phone.php');
$content = preg_replace('![^0-9]+!', '', $content);
?>
<?if(!$_SESSION['SESS_INCLUDE_AREAS']):?>
<a href="tel:<?=$content1?>">
<? $APPLICATION->IncludeFile(SITE_DIR.'include/phone.php')?>
</a>
<?else:?>
<? $APPLICATION->IncludeFile(SITE_DIR.'include/phone.php')?>
<?endif;?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment