make app iconbar have "home" and "logout" as well for easier navigation

This commit is contained in:
ak703 2004-02-01 20:21:01 +00:00
parent 71f908525f
commit 50bf0a3307

View File

@ -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 = '<img src="' . $app_data['icon'] . '" alt="' . $title . '" title="'. $title . '" border="0" />';