#if ($data.User.hasLoggedIn())
##
## This is the top naviation bar displayed for a logged in user
##
#else
##
## This is the top naviation bar displayed for the anonymous user, i.e. they are not logged in
##
##
## Display the company logo with link back to the the portal home page
##
|
##
## Display the welcome message. This is typicaly where a Banner AD is displayed
##
$l10n.TOP_TITLE
|
##
## Right column of top navigation bar.
## Optionally allow user login. Required for user creation
## Optionally allow user creation.
##
#if( $config.getBoolean("topnav.user_login.enable") == true)
|
#end
#end