I have a set of links in the header of my site which are listed as Content within a Static web part. The line I have added for logout works if I also have a logout link on the page but not if it is on its own like this;
@li class=@vs-action-list__item@@
@a id=@p_lt_ctl00_SignOutButton_btnSignOutLink@ class=@signoutLink@ href=@javascript:__doPostBack(@#39;p$lt$ctl00$SignOutButton$btnSignOutLink@#39;,@#39;@#39;)@@@i class=@fa fa-sign-in@ aria-hidden=@true@@@/i@@span class=@text@@Logout@/span@@/a@
@/li@
Is there something else I need to add to the page to ensure this works correctly?
↧