Topbar Facebook theme

Hello friends,

I want to modify de topbar of facebook theme. For example I want to quit the name of the user, I only want to show the icon with the user image, and other things.

The problems is, that I doesn't know where is located the class, "elgg-inner". Can I modify the facebook topbar in this class???

Thanks for your time,

Luis Armando

  • elgg_unregister_menu_item('topbar', 'profile');
            elgg_register_menu_item('topbar', array(
                'href' => "/profile/$user->username",
                'name' => 'account',
                'priority' => 1000,
                'section' => 'alt',
                'text' => "<img src=\"{$user->getIconURL('topbar')}\" class=\"elgg-icon elgg-inline-block\" alt=\"$user->name\"/>",
                'title' => $user->name,
            ));

        In start.php