phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/inc hook_admin.inc.php,1.2,1.3


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/inc hook_admin.inc.php,1.2,1.3
Date: Tue, 22 Apr 2003 21:49:46 -0400

Update of /cvsroot/phpgroupware/sitemgr/inc
In directory subversions:/tmp/cvs-serv10412

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

Index: hook_admin.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/inc/hook_admin.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** hook_admin.inc.php  17 Jan 2003 03:37:52 -0000      1.2
--- hook_admin.inc.php  23 Apr 2003 01:49:43 -0000      1.3
***************
*** 12,28 ****
  
        {
! // Only Modify the $file and $title variables.....
  
-               $title = 'Web Content Manager';
                $file = Array
                (
!                       'Site Setup'     => 
$GLOBALS['phpgw']->link('/index.php','menuaction=sitemgr.Common_UI.DisplayPrefs'),
!                       'Edit Categories and Permissions'    => 
$GLOBALS['phpgw']->link('/index.php','menuaction=sitemgr.Categories_UI._manageCategories'),
!                       'Edit Site Header and Footer' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=sitemgr.SiteContent_UI._editHeaderAndFooter'),
!                       'Edit Individual Pages' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=sitemgr.Pages_UI._managePage')
                );
  
  //Do not modify below this line
!               display_section($appname,$title,$file);
        }
  ?>
--- 12,27 ----
  
        {
! // Only Modify the $file variable.....
  
                $file = Array
                (
!                       'Site Setup'                                            
=> 
$GLOBALS['phpgw']->link('/index.php','menuaction=sitemgr.Common_UI.DisplayPrefs'),
!                       'Edit Categories and Permissions'       => 
$GLOBALS['phpgw']->link('/index.php','menuaction=sitemgr.Categories_UI._manageCategories'),
!                       'Edit Site Header and Footer'           => 
$GLOBALS['phpgw']->link('/index.php','menuaction=sitemgr.SiteContent_UI._editHeaderAndFooter'),
!                       'Edit Individual Pages'                         => 
$GLOBALS['phpgw']->link('/index.php','menuaction=sitemgr.Pages_UI._managePage')
                );
  
  //Do not modify below this line
!               $GLOBALS['phpgw']->common->display_mainscreen($appname,$file);
        }
  ?>





reply via email to

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