phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: developer_tools index.php,1.1.1.1,1.2


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: developer_tools index.php,1.1.1.1,1.2
Date: Sat, 22 Feb 2003 08:48:11 -0500

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

Modified Files:
        index.php 
Log Message:
got developer tools working again:
1. changed in all templates:
- bgcolor="{th_bg}" to class="th"
- bgcolor="{...}" to class="{...}"
2. included the application-header manually, as this is no longer done by the 
api

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/developer_tools/index.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** index.php   14 Jul 2001 04:38:50 -0000      1.1.1.1
--- index.php   22 Feb 2003 13:48:08 -0000      1.2
***************
*** 16,19 ****
--- 16,20 ----
        );
        include('../header.inc.php');
+       include(PHPGW_APP_INC.'/header.inc.php');
  
        $phpgw->common->phpgw_footer();





reply via email to

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