phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: admin index.php,1.28,1.29


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: admin index.php,1.28,1.29
Date: Sat, 26 Oct 2002 07:25:16 -0400

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

Modified Files:
        index.php 
Log Message:
get admin/index.php to send its output through the xslt-framework


Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/index.php,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -r1.28 -r1.29
*** index.php   28 Sep 2002 15:20:18 -0000      1.28
--- index.php   26 Oct 2002 11:25:14 -0000      1.29
***************
*** 89,92 ****
  
        $GLOBALS['phpgw']->hooks->process('admin');
!       $GLOBALS['admin_tpl']->pparse('out','list');
  ?>
--- 89,94 ----
  
        $GLOBALS['phpgw']->hooks->process('admin');
!       $GLOBALS['phpgw']->xslttpl->set_var('phpgw',array(
!               'body_data' => $GLOBALS['admin_tpl']->parse('out','list')
!       ));
  ?>





reply via email to

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