Been trying to change icon for the “Log In/ Log Out” button, and I understand that this line in “spHead” needs to be changed:
sp_LogInOutButton(‘tagClass=spButton spRight’, __sp(‘Log In’), __sp(‘Log Out’), __sp(‘Log in and log out’));
to something like:
sp_LogInOutButton(‘tagClass=spButton spRight&icon=sp_rssicontest.png’, __sp(‘Log In’), __sp(‘Log Out’), __sp(‘Log in and log out’));
The image is added to the theme images folder, but no change..
Thanks for you help.