From e9beccdeb789026c9ec6771e2d601facbd2c2894 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Thu, 17 Dec 2009 15:51:17 +0000 Subject: [PATCH] revert 28859 --- .../templates/idots/class.idots_framework.inc.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/phpgwapi/templates/idots/class.idots_framework.inc.php b/phpgwapi/templates/idots/class.idots_framework.inc.php index cdd541b4e2..b873fca443 100644 --- a/phpgwapi/templates/idots/class.idots_framework.inc.php +++ b/phpgwapi/templates/idots/class.idots_framework.inc.php @@ -601,15 +601,15 @@ class idots_framework extends egw_framework $this->tplsav2->menuitems = array(); $this->tplsav2->menuinfoitems = array(); - //if($GLOBALS['egw_info']['user']['apps']['home'] && isset($apps['home'])) - //{ + if($GLOBALS['egw_info']['user']['apps']['home'] && isset($apps['home'])) + { $this->_add_topmenu_item($apps['home']); - //} + } - //if($GLOBALS['egw_info']['user']['apps']['preferences']) - //{ + if($GLOBALS['egw_info']['user']['apps']['preferences']) + { $this->_add_topmenu_item($apps['preferences']); - //} + } if($GLOBALS['egw_info']['user']['apps']['manual'] && isset($apps['manual'])) {