Skip to content

Commit

Permalink
MINOR Fixed profile link (was broken due to admin/ => admin/pages red…
Browse files Browse the repository at this point in the history
…irect)
  • Loading branch information
chillu committed Feb 8, 2012
1 parent c00f040 commit c2f201f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/templates/Includes/LeftAndMain_Menu.ss
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<% control CurrentMember %> <% control CurrentMember %>
<span> <span>
<% _t('Hello','Hi') %> <% _t('Hello','Hi') %>
<a href="{$AbsoluteBaseURL}admin/myprofile" class="profile-link"> <a href="{$AbsoluteBaseURL}admin/settings/myprofile" class="profile-link ss-ui-dialog-link">
<% if FirstName && Surname %>$FirstName $Surname<% else_if FirstName %>$FirstName<% else %>$Email<% end_if %> <% if FirstName && Surname %>$FirstName $Surname<% else_if FirstName %>$FirstName<% else %>$Email<% end_if %>
</a> </a>
</span> </span>
Expand Down

0 comments on commit c2f201f

Please sign in to comment.