I have previously used the wordpress wp_loginout() function in other themes to show a link in a menu to the login/logout page.
I have successfully manged to get additional menus on the page menu (using http://forum.bytesforall.com/showthr...p?t=103&page=2) but I dont seem to be able to get this working.
If I add
PHP Code:
$page_menu_bar .= '<li>' . wp_loginout . '</li>' . "\n";

Can you offer any help please?