phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: headlines/setup setup.inc.php,1.7,1.8


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: headlines/setup setup.inc.php,1.7,1.8
Date: Wed, 20 Feb 2002 08:44:32 -0500

Update of /cvsroot/phpgroupware/headlines/setup
In directory subversions:/tmp/cvs-serv16977/setup

Modified Files:
        setup.inc.php 
Log Message:
Add leftside hook



Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/headlines/setup/setup.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** setup.inc.php       16 Feb 2002 20:25:51 -0000      1.7
--- setup.inc.php       20 Feb 2002 13:44:30 -0000      1.8
***************
*** 26,34 ****
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['headlines']['hooks'][]   = 'admin';
!       $setup_info['headlines']['hooks'][]   = 'manual';
!       $setup_info['headlines']['hooks'][]   = 'settings';
!       $setup_info['headlines']['hooks'][]   = 'preferences';
!       $setup_info['headlines']['hooks'][]   = 'website_right';
  
        /* Dependencies for this app to work */
--- 26,35 ----
  
        /* The hooks this app includes, needed for hooks registration */
!       $setup_info['headlines']['hooks'][] = 'admin';
!       $setup_info['headlines']['hooks'][] = 'manual';
!       $setup_info['headlines']['hooks'][] = 'settings';
!       $setup_info['headlines']['hooks'][] = 'preferences';
!       $setup_info['headlines']['hooks'][] = 'website_left';
!       $setup_info['headlines']['hooks'][] = 'website_right';
  
        /* Dependencies for this app to work */




reply via email to

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