Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save birksy89/67f4ce16ee67211f26bd7ce3849d6166 to your computer and use it in GitHub Desktop.
Save birksy89/67f4ce16ee67211f26bd7ce3849d6166 to your computer and use it in GitHub Desktop.
<div class="pull-right account-tab">
<dnn:login runat="server" id="dnnLogin" /> | <% if (!Request.IsAuthenticated) { %>
<a href="/SwaledaleRegistration?returnurl=<%= HttpUtility.UrlEncode(HttpContext.Current.Request.RawUrl) %>">Register</a> <i class="fa fa-user"></i>
<% } else{ %>
<a href="/Activity-Feed/">My Profile</a> <i class="fa fa-user"></i>
<%} %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment