Skip to content

Instantly share code, notes, and snippets.

@greenlanegreb
Created March 22, 2018 19:37
Show Gist options
  • Save greenlanegreb/26bacb1d8580c0c25aa192becea549f9 to your computer and use it in GitHub Desktop.
Save greenlanegreb/26bacb1d8580c0c25aa192becea549f9 to your computer and use it in GitHub Desktop.
$html = if ($type == MAGIC_URL_EMAIL)
{
$html = "$whitespace<!-- $tag --><a$class href='$url'>$text</a><!-- $tag -->$append";
}
else
{
$html = "$whitespace<!-- $tag --><a$class href='$url' onclick='window.open(this.href);return false;'>$text</a><!-- $tag -->$append";
}
return $html;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment