From eafc493ef323bca90c274530a621e615dcf25d6d Mon Sep 17 00:00:00 2001 From: ceb Date: Sat, 16 Mar 2002 03:29:32 +0000 Subject: [PATCH] update to use pix in api img dir --- phpgwapi/inc/class.menutree.inc.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/phpgwapi/inc/class.menutree.inc.php b/phpgwapi/inc/class.menutree.inc.php index 0a069c48fc..bd80d439cb 100644 --- a/phpgwapi/inc/class.menutree.inc.php +++ b/phpgwapi/inc/class.menutree.inc.php @@ -53,13 +53,13 @@ $SCRIPT_FILENAME = $GLOBALS['HTTP_SERVER_VARS']['SCRIPT_FILENAME']; $REQUEST_URI = $GLOBALS['HTTP_SERVER_VARS']['REQUEST_URI']; - $img_expand = $GLOBALS['phpgw']->common->image('manual','tree_expand.gif'); - $img_collapse = $GLOBALS['phpgw']->common->image('manual','tree_collapse.gif'); - $img_line = $GLOBALS['phpgw']->common->image('manual','tree_vertline.gif'); - $img_split = $GLOBALS['phpgw']->common->image('manual','tree_split.gif'); - $img_end = $GLOBALS['phpgw']->common->image('manual','tree_end.gif'); - $img_leaf = $GLOBALS['phpgw']->common->image('manual','tree_leaf.gif'); - $img_spc = $GLOBALS['phpgw']->common->image('manual','tree_space.gif'); + $img_expand = $GLOBALS['phpgw']->common->image('phpgwapi','tree_expand.gif'); + $img_collapse = $GLOBALS['phpgw']->common->image('phpgwapi','tree_collapse.gif'); + $img_line = $GLOBALS['phpgw']->common->image('phpgwapi','tree_vertline.gif'); + $img_split = $GLOBALS['phpgw']->common->image('phpgwapi','tree_split.gif'); + $img_end = $GLOBALS['phpgw']->common->image('phpgwapi','tree_end.gif'); + $img_leaf = $GLOBALS['phpgw']->common->image('phpgwapi','tree_leaf.gif'); + $img_spc = $GLOBALS['phpgw']->common->image('phpgwapi','tree_space.gif'); /*********************************************/ /* Read text file with tree structure */