phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: netsaint/inc hook_admin.inc.php,1.5,1.6 hook_abo


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: netsaint/inc hook_admin.inc.php,1.5,1.6 hook_about.inc.php,1.3,NONE
Date: Sat, 02 Nov 2002 20:03:08 -0500

Update of /cvsroot/phpgroupware/netsaint/inc
In directory subversions:/tmp/cvs-serv16251/netsaint/inc

Modified Files:
        hook_admin.inc.php 
Removed Files:
        hook_about.inc.php 
Log Message:
removed  var from hook_admin

Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/netsaint/inc/hook_admin.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** hook_admin.inc.php  27 Dec 2001 17:56:03 -0000      1.5
--- hook_admin.inc.php  3 Nov 2002 01:03:06 -0000       1.6
***************
*** 1,25 ****
  <?php
!   /**************************************************************************\
!   * phpGroupWare - Administration                                            *
!   * 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.....
-               $title = $appname;
                $file = Array
                (
!                       'Site Configuration'    => 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname=' 
. $appname),
!                       'Netsaint Administration' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=netsaint.uinetsaint.admin_comand&action=com_all')
                );
  
  //Do not modify below this line
!               display_section($appname,$title,$file);
        }
  ?>
--- 1,23 ----
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - Administration                                         
   *
!       * 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$ */
  
        {
                $file = Array
                (
!                       'Site Configuration'            => 
$GLOBALS['phpgw']->link('/index.php','menuaction=admin.uiconfig.index&appname=' 
. $appname),
!                       'Netsaint Administration'       => 
$GLOBALS['phpgw']->link('/index.php','menuaction=netsaint.uinetsaint.admin_comand&action=com_all')
                );
  
  //Do not modify below this line
!               display_section($appname,$file);
        }
  ?>

--- hook_about.inc.php DELETED ---





reply via email to

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