phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgroupware index.php,1.117,1.118


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgroupware index.php,1.117,1.118
Date: Mon, 21 Apr 2003 04:38:19 -0400

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

Modified Files:
        index.php 
Log Message:
now each app can set $GLOBALS['phpgw_info']['flags']['xslt_app'] itself

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/index.php,v
retrieving revision 1.117
retrieving revision 1.118
diff -C2 -r1.117 -r1.118
*** index.php   20 Apr 2003 01:18:03 -0000      1.117
--- index.php   21 Apr 2003 08:38:17 -0000      1.118
***************
*** 53,70 ****
        );
  
-       /* dont call the xslt_app_tpl if app isnt ported to xslt yet.
-       this is only temporarily. when more apps use xslt we should change it 
to ask for non xslt apps*/
- 
-       switch($app)
-       {
-               case 'notes':
-               case 'property':
-               case 'filemanager':
-               case 'email':
-               case 'admin':
-                       $GLOBALS['phpgw_info']['flags']['xslt_app'] = True;
-                       break;
-       }
- 
        include('./header.inc.php');
  
--- 53,56 ----





reply via email to

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