Created
March 11, 2014 23:29
-
-
Save phproberto/9497309 to your computer and use it in GitHub Desktop.
Sample email this page link
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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