Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tml/3c7904b3b23421a44888d04c7469cbc1 to your computer and use it in GitHub Desktop.
Save tml/3c7904b3b23421a44888d04c7469cbc1 to your computer and use it in GitHub Desktop.
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