diff --git a/phpgwapi/templates/idots/navbar.inc.php b/phpgwapi/templates/idots/navbar.inc.php index 6c71c98521..fd7761cac6 100644 --- a/phpgwapi/templates/idots/navbar.inc.php +++ b/phpgwapi/templates/idots/navbar.inc.php @@ -56,7 +56,8 @@ foreach($GLOBALS['phpgw_info']['navbar'] as $app => $app_data) { - if($app != 'home' && $app != 'preferences' && $app != 'about' && $app != 'logout') + //if($app != 'home' && $app != 'preferences' && $app != 'about' && $app != 'logout') + if($app != 'preferences' && $app != 'about') { $title = $GLOBALS['phpgw_info']['apps'][$app]['title']; $icon = '' . $title . '';