From 213d694121c3c5eab401e5b20f0aaec739abdb66 Mon Sep 17 00:00:00 2001 From: Pim Snel Date: Fri, 5 Jan 2007 14:13:40 +0000 Subject: [PATCH] remove error, make topmenu do nothing when not available --- phpgwapi/inc/class.egw_framework.inc.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/phpgwapi/inc/class.egw_framework.inc.php b/phpgwapi/inc/class.egw_framework.inc.php index f1a105ea2d..1d9862848f 100644 --- a/phpgwapi/inc/class.egw_framework.inc.php +++ b/phpgwapi/inc/class.egw_framework.inc.php @@ -108,9 +108,7 @@ class egw_framework * @return string with html */ function topmenu() - { - die('virtual, need to be reimplemented in the template!!!'); - } + {} /** * Returns the html from the body-tag til the main application area (incl. opening div tag)