Hi,
thanks for your help!
I don't have php4 installed, so afaik the phpinclude template won't be parsed, but I pasted the code into the global.php and it worked.
This is what I used:
Code:
// Register button swapping
if ($bbuserinfo[userid]) {
$registerbutton = "<a href=\"member.php?s=$session[sessionhash]&action=logout\"><img src=\"images/top_logout.gif\" alt=\"Logout\" border=\"0\"></a>";
} else {
$registerbutton = "<a href=\"register.php?s=$session[sessionhash]&action=signup\"><img src=\"images/top_register.gif\" alt=\"Register\" border=\"0\"></a>";
}
The thing with an extra login/logout wasn't that slick as I thought so I stuck to the previous idea to swap the "register" button with the "logout" button.
Thanks a bunch for your help freddie

-Tom