Skip to content

Instantly share code, notes, and snippets.

@greenlanegreb
Created March 22, 2018 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save greenlanegreb/969cfe4959435b48a85ed2ba457ee48f to your computer and use it in GitHub Desktop.
Save greenlanegreb/969cfe4959435b48a85ed2ba457ee48f 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";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment