Just found this in the lang file
CODE
$la_welcome_tools = "[ <a class=MainLink href='logout.php' target='_self'>Log Out</a> | <a class=MainLink href=\"control_panel.php\" target=\"_self\">Control Panel</a> ]";
So if i changed it to this
CODE
$la_welcome_tools = "[ <a href='logout.php' target='_self'>Log Out</a>]";
i recon it should work but
CODE
$la_welcome_tools = "[ <a href=[B]'logout.php' [/B]target='_self'>Log Out</a>]";
When i change the bold bit to
CODE
http://www.mysite/logout.php
it wont work this is just an example not the links i am using