phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: ccs/inc hook_admin.inc.php,1.3,1.4


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: ccs/inc hook_admin.inc.php,1.3,1.4
Date: Tue, 22 Apr 2003 21:38:53 -0400

Update of /cvsroot/phpgroupware/ccs/inc
In directory subversions:/tmp/cvs-serv8273

Modified Files:
        hook_admin.inc.php 
Log Message:
update hook_admin

Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/ccs/inc/hook_admin.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** hook_admin.inc.php  3 Nov 2002 01:03:05 -0000       1.3
--- hook_admin.inc.php  23 Apr 2003 01:38:51 -0000      1.4
***************
*** 1,21 ****
  <?php
!   /**************************************************************************\
!   * phpGroupWare - skel                                                      *
!   * http://www.phpgroupware.org                                              *
!   * -----------------------------------------------                          *
!   *  This program is free software; you can redistribute it and/or modify it *
!   *  under the terms of the GNU General Public License as published by the   *
!   *  Free Software Foundation; either version 2 of the License, or (at your  *
!   *  option) any later version.                                              *
!   \**************************************************************************/
! 
        /* $Id$ */
  // Only Modify the $file and $title variables.....
        $file = Array
        (
!                       'Personnel'     => 
$GLOBALS['phpgw']->link('/ccs/personnel.php'),
!                       'Departments'   => 
$GLOBALS['phpgw']->link('/ccs/departments.php'),
        );
! //Do not modify below this line
!       display_section($appname,$file);
  ?>
--- 1,20 ----
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - skel                                                   
   *
!       * http://www.phpgroupware.org                                           
   *
!       * -----------------------------------------------                       
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
!       *  option) any later version.                                           
   *
!       
\**************************************************************************/
        /* $Id$ */
+ 
  // Only Modify the $file and $title variables.....
        $file = Array
        (
!                       'Personnel'             => 
$GLOBALS['phpgw']->link('/ccs/personnel.php'),
!                       'Departments'   => 
$GLOBALS['phpgw']->link('/ccs/departments.php'),
        );
!       $GLOBALS['phpgw']->common->display_mainscreen($appname,$file);
  ?>





reply via email to

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