
Thanks for the input! Putting together ideas from this thread, the other linked thread and trial-and-error, here is the code. I had to add 'echo' statements, and it took 30 minutes to see the single tick after the "href="!!!
Thanks again,
Kurt
Quote:
global $xoopsUser;
echo "View My Account li>";
echo "Edit My Account li>";
echo "Private Messages li>";
echo "Notifications li>";
echo "Search Members li>";
if ( is_object( $xoopsUser ) && $xoopsUser->isAdmin() )
{
echo "Administration ";
}
echo "Logout ";