Skip to content

Instantly share code, notes, and snippets.

@mckelvey
Last active August 29, 2015 13:57
Show Gist options
  • Save mckelvey/9921851 to your computer and use it in GitHub Desktop.
Save mckelvey/9921851 to your computer and use it in GitHub Desktop.
This simple module and xphp snippet produce a link to edit the profile being viewed on any profiles details page regardless of login status.
...
<xphp content="true">
<if var="profiles_edit_link"/>
<content>
<div class="profiles_edit_link">
<xphp var="profiles_edit_link" inner="true"/>
</div>
</content>
</xphp>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment