When a user is not logged in I am trying to show
Support || Log In
When they are logged out it should say
Support || Log Out <
Use this code:
Support Logout Member Login
Your mistake is that you should not insert anything between closing } and else keyword. Also, in templates, oldschool if, while, foreach form should be used - see above.
}
else
if
while
foreach