phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgroupware about.php,1.17,1.18


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgroupware about.php,1.17,1.18
Date: Thu, 03 Oct 2002 19:16:10 -0400

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

Modified Files:
        about.php 
Log Message:
update to use xslt

Index: about.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/about.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** about.php   3 Oct 2002 03:10:06 -0000       1.17
--- about.php   3 Oct 2002 23:16:08 -0000       1.18
***************
*** 22,27 ****
        }
  
!       $tpl = 
CreateObject('phpgwapi.xslttemplates',$GLOBALS['phpgw']->common->get_tpl_dir('phpgwapi','default'));
!       $tpl->add_file(array('about'));
  
        if ($included)
--- 22,26 ----
        }
  
!       $GLOBALS['phpgw']->xslttpl->add_file(array('about'));
  
        if ($included)
***************
*** 40,44 ****
        );
  
!       $tpl->set_var('about',$data);
!       $tpl->pparse();
  ?>
--- 39,43 ----
        );
  
!       $GLOBALS['phpgw']->xslttpl->set_var('about',$data);
!       $GLOBALS['phpgw']->xslttpl->pparse();
  ?>





reply via email to

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