diff --git a/phpgwapi/templates/idots/head.inc.php b/phpgwapi/templates/idots/head.inc.php index 78921c3b35..c4eed1bea6 100644 --- a/phpgwapi/templates/idots/head.inc.php +++ b/phpgwapi/templates/idots/head.inc.php @@ -62,11 +62,6 @@ '; } -// 030204 ndee for calling foldertree - - $foldertree_src = $GLOBALS['phpgw_info']['server']['webserver_url'] . '/phpgwapi/js/foldertree/foldertree.js'; - $js_foldertree = ''; - $tpl = CreateObject('phpgwapi.Template',PHPGW_TEMPLATE_DIR); $tpl->set_unknowns('remove'); $tpl->set_file(array('_head' => 'head.tpl')); @@ -89,7 +84,6 @@ 'theme_css' => $theme_css, 'css' => $GLOBALS['phpgw']->common->get_css(), 'java_script' => $GLOBALS['phpgw']->common->get_java_script(), - 'js_foldertree' => $js_foldertree ); $tpl->set_var($var); $tpl->pfp('out','head'); diff --git a/phpgwapi/templates/idots/head.tpl b/phpgwapi/templates/idots/head.tpl index b6e4144929..08cb9286d7 100644 --- a/phpgwapi/templates/idots/head.tpl +++ b/phpgwapi/templates/idots/head.tpl @@ -17,7 +17,6 @@ {simple_show_hide} {pngfix} {css} - {js_foldertree} {java_script} diff --git a/phpgwapi/templates/idots/navbar.inc.php b/phpgwapi/templates/idots/navbar.inc.php index 02786bb0cf..1f8fac9e7b 100644 --- a/phpgwapi/templates/idots/navbar.inc.php +++ b/phpgwapi/templates/idots/navbar.inc.php @@ -57,11 +57,14 @@ foreach($GLOBALS['phpgw_info']['navbar'] as $app => $app_data) { //if($app != 'home' && $app != 'preferences' && $app != 'about' && $app != 'logout') - if($app != 'preferences' && $app != 'about') + if($app != 'preferences' && $app != 'about' && $app != 'logout') { $title = $GLOBALS['phpgw_info']['apps'][$app]['title']; $icon = ''; +// 020204 ndee + if($app == 'home') $title = "Home"; + if($i<$max_icons) { $app_icons .= '