Skip to content

Instantly share code, notes, and snippets.

@imarklee
Created April 5, 2014 17:21
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 imarklee/9994920 to your computer and use it in GitHub Desktop.
Save imarklee/9994920 to your computer and use it in GitHub Desktop.
Retrieving registration permalink
<?php
require_once(JPATH_ADMINISTRATOR . '/components/com_easysocial/includes/foundry.php');
?>
<a href="<?php echo FRoute::registration();?>"><?php echo JText::_("Register Now!");?></a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment