open the phpinclude template under the four lines of code add this:
PHP Code:
if($bbuserinfo[userid] == 0) {
$chklogcode = "<a href=\"register.php?s=$session[sessionhash]&action=signup\"><img src=\"https://vborg.vbsupport.ru/images/top_register.gif\" alt=\"Registration is free!\" border=\"0\"></a>";
} else {
$chklogcode = "<a href=\"member.php?s=$session[sessionhash]&action=logout\"><img src=\"https://vborg.vbsupport.ru/images/top_logout.gif\" alt=\"Logout Now?\" border=\"0\"></a>";
}
then in the header template find:
PHP Code:
<a href="register.php?s=$session[sessionhash]&action=signup"><img src="https://vborg.vbsupport.ru/images/top_register.gif" alt="Registration is free!" border="0"></a>
And replace with:
that should do the trick

regards....
g-force2k2