From 85e547f31fda94876c58de33b5da5750fc19790a Mon Sep 17 00:00:00 2001 From: ceb Date: Fri, 15 Mar 2002 22:27:31 +0000 Subject: [PATCH] update img path --- phpgwapi/inc/class.matrixview.inc.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/phpgwapi/inc/class.matrixview.inc.php b/phpgwapi/inc/class.matrixview.inc.php index bd11cd8e4f..e0f946dfa5 100644 --- a/phpgwapi/inc/class.matrixview.inc.php +++ b/phpgwapi/inc/class.matrixview.inc.php @@ -26,7 +26,6 @@ * along with this library; if not, write to the Free Software Foundation, * * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * \**************************************************************************/ - /* $Id$ */ class matrixview @@ -41,8 +40,8 @@ var $items_count = 0; var $arr_second_dim = 0; - var $image1pix = 'images/pix.gif'; - + var $image1pix = ''; + var $color_headerfield = '#FFFF33'; var $color_emptyfield = '#CCCCCC'; @@ -69,7 +68,7 @@ $this->month = $month_int; $this->year = $year_int; - $this->set1PixelGif($GLOBALS['phpgw']->common->get_image_path('todo').'/pix.gif'); + $this->set1PixelGif($GLOBALS['phpgw']->common->image('todo','pix')); } /**