Exactly. I have the same condition. 🙂
I have set the User Info Area to default in my main as well as subsite.
The administrator back-end shows Hello User.
The Adminimize settings page in the sub sites shows only Log Out.
The rest of the pages in sub sites shows nothing.
No problem, cybup. 🙂
Where do you add the second code?
<?php if ( current_user_can( 'manage_network' ) ) : ?><h2><?php the_title(); ?><?php edit_post_link( __( 'edit', 'wp-help' ), ' <small>', '</small>' ); ?><?php $this->explain_slurp( $document_id ); ?></h2><?php endif; ?>