Skip to content

Instantly share code, notes, and snippets.

@phproberto
Created March 11, 2014 23:29
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 phproberto/9497309 to your computer and use it in GitHub Desktop.
Save phproberto/9497309 to your computer and use it in GitHub Desktop.
Sample email this page link
<?php $url = JUri::getInstance()->toString(); ?>
<a class="email" title="Email a friend" href="mailto:?subject=Interesting information&body=I thought you might find this information interesting: <?php echo $url; ?>">Email</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment