phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgroupware home.php,1.21,1.22


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgroupware home.php,1.21,1.22
Date: Fri, 25 Oct 2002 12:44:37 -0400

Update of /cvsroot/phpgroupware/phpgroupware
In directory subversions:/tmp/cvs-serv5932

Modified Files:
        home.php 
Log Message:
update xslt

Index: home.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/home.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** home.php    25 Oct 2002 03:04:27 -0000      1.21
--- home.php    25 Oct 2002 16:44:35 -0000      1.22
***************
*** 28,32 ****
        }
  
!       $GLOBALS['phpgw_info']['flags'] = array(
                'noheader'                => True,
                'nonavbar'                => True,
--- 28,33 ----
        }
  
!       $GLOBALS['phpgw_info']['flags'] = array
!       (
                'noheader'                => True,
                'nonavbar'                => True,
***************
*** 185,189 ****
        else
        {
!               $sorted_apps = Array(
                        'email',
                        'calendar',
--- 186,191 ----
        else
        {
!               $sorted_apps = Array
!               (
                        'email',
                        'calendar',
***************
*** 194,197 ****
--- 196,202 ----
        }
        @reset($sorted_apps);
+ 
+       $GLOBALS['phpgw']->portalbox = CreateObject('phpgwapi.listbox');
+ 
        $GLOBALS['phpgw']->hooks->process('home',$sorted_apps);
  
***************
*** 207,210 ****
--- 212,216 ----
        }
  
+       
$GLOBALS['phpgw']->xslttpl->set_var('phpgw',$GLOBALS['phpgw']->portalbox->output,True);
        $GLOBALS['phpgw']->xslttpl->pp();
  ?>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]