I just update Turba from cvs, I think file turba/template/menu/menu.inc
variable "$service" at line 39 should be "$app" or
"$app" at line 40 and line 41 should be "$service"
39 foreach ($conf['menu']['apps'] as $service)
40 Menu::printItem(Horde::url($registry->getInitialPage($app)),
41 $registry->getParam('name', $app), $registry->getParam('icon', $app), '');
---