phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: skel/inc hook_admin.inc.php,1.3,1.3.4.1 hook_pre


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: skel/inc hook_admin.inc.php,1.3,1.3.4.1 hook_preferences.inc.php,1.6,1.6.4.1hook_skel_about.inc.php,1.1.1.1,NONE
Date: Thu, 27 Mar 2003 13:10:17 -0500

Update of /cvsroot/phpgroupware/skel/inc
In directory subversions:/tmp/cvs-serv20824/skel/inc

Modified Files:
      Tag: Version-0_9_16-branch
        hook_admin.inc.php hook_preferences.inc.php 
Removed Files:
      Tag: Version-0_9_16-branch
        hook_skel_about.inc.php 
Log Message:
changed display section to 2 param, title not needed any more,
hook_about is not need anymore too, the data of it is now in 
<app>/setup/setup.inc.php

Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/skel/inc/hook_admin.inc.php,v
retrieving revision 1.3
retrieving revision 1.3.4.1
diff -C2 -r1.3 -r1.3.4.1
*** hook_admin.inc.php  21 Nov 2001 03:22:08 -0000      1.3
--- hook_admin.inc.php  27 Mar 2003 18:10:15 -0000      1.3.4.1
***************
*** 13,22 ****
  {
  // Only Modify the $file and $title variables.....
-       $title = $appname;
        $file = Array(
  //            'Administrate'  => $GLOBALS['phpgw']->link('/skel/admin.php'),
        );
  //Do not modify below this line
!       display_section($appname,$title,$file);
  }
  ?>
--- 13,21 ----
  {
  // Only Modify the $file and $title variables.....
        $file = Array(
  //            'Administrate'  => $GLOBALS['phpgw']->link('/skel/admin.php'),
        );
  //Do not modify below this line
!       display_section($appname,$file);
  }
  ?>

Index: hook_preferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/skel/inc/hook_preferences.inc.php,v
retrieving revision 1.6
retrieving revision 1.6.4.1
diff -C2 -r1.6 -r1.6.4.1
*** hook_preferences.inc.php    12 Jan 2002 15:46:47 -0000      1.6
--- hook_preferences.inc.php    27 Mar 2003 18:10:15 -0000      1.6.4.1
***************
*** 12,16 ****
  {
  // Only Modify the $file and $title variables.....
-       $title = $appname;
        $file = Array(
  //            'Preferences'     => 
$GLOBALS['phpgw']->link('/skel/preferences.php'),
--- 12,15 ----
***************
*** 19,23 ****
        );
  //Do not modify below this line
!       display_section($appname,$title,$file);
  }
  ?>
--- 18,22 ----
        );
  //Do not modify below this line
!       display_section($appname,$file);
  }
  ?>

--- hook_skel_about.inc.php DELETED ---





reply via email to

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