From baf3f4bd7f3c6c2297ed64a6c6a3fb149e65a7d7 Mon Sep 17 00:00:00 2001 From: Pim Snel Date: Fri, 5 Jan 2007 14:15:23 +0000 Subject: [PATCH] add empty topmenu function so it can be implemented seperately --- phpgwapi/templates/jerryr/class.jerryr_framework.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpgwapi/templates/jerryr/class.jerryr_framework.inc.php b/phpgwapi/templates/jerryr/class.jerryr_framework.inc.php index ccb94076fe..4465cd8dbb 100644 --- a/phpgwapi/templates/jerryr/class.jerryr_framework.inc.php +++ b/phpgwapi/templates/jerryr/class.jerryr_framework.inc.php @@ -29,4 +29,7 @@ class jerryr_framework extends idots_framework { $this->idots_framework($template); } + + function topmenu() + {} }