_formdata ) && ! empty( $this -> _formdata ) ) { extract( $this -> _formdata ); } ?>
_lang[ 'userCreate' ]; ?>
_lang[ 'commonFields' ]; ?>

/>
/>
/>
/>


_lang[ 'portalRights' ]; ?>

_lang[ 'hintPortalRights' ]; ?>

/>
/>

_data[ 'portal_nav' ] ) && ! empty ( $this -> _data[ 'portal_nav' ] ) ) { $nav = clone ( $this ); $nav -> setPrefix( 'portal' ); $nav -> setTemplate( 'navirights' ); $nav -> setData( $this -> _data[ 'portal_nav' ] ); if ( isset ( $user_portalRights ) ) { $nav -> setFormdata( $user_portalRights ); } echo $nav -> output( ); } ?>


_data[ 'website_nav' ] ) && ! empty ( $this -> _data[ 'website_nav' ] ) ) { foreach ( $this -> _data[ 'website_nav' ] as $website ) { ?>
_website[ $website[ 'key' ] ][ 'names' ] . ' ' . $this -> _lang[ 'websiteRights' ]; ?>

_lang[ 'hintWebsiteRights' ]; ?>

_website[ $website[ 'key' ] ][ 'prefix' ] . 'Type' ] ) && $_SESSION[ 'sess_' . $this -> _website[ $website[ 'key' ] ][ 'prefix' ] . 'Type' ] === 'ALL' ) { ?>

setPrefix( $this -> _website[ $website[ 'key' ] ][ 'prefix' ] ); $nav -> setTemplate( 'navirights' ); $nav -> setData( $website[ 'data' ] ); if ( isset ( ${'user_' . $this -> _website[ $website[ 'key' ] ][ 'prefix' ] . 'Rights'} ) ) { $nav -> setFormdata( ${'user_' . $this -> _website[ $website[ 'key' ] ][ 'prefix' ] . 'Rights'} ); } echo $nav -> output( ); } ?>