phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: wcm index.php,1.5,1.6


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wcm index.php,1.5,1.6
Date: Sat, 07 Sep 2002 18:05:02 -0400

Update of /cvsroot/phpgroupware/wcm
In directory subversions:/tmp/cvs-serv18101

Modified Files:
        index.php 
Log Message:
trying to rollback the wcm changes

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/wcm/index.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** index.php   27 Aug 2002 08:34:48 -0000      1.5
--- index.php   7 Sep 2002 22:04:59 -0000       1.6
***************
*** 1,23 ****
  <?php
!         
/**************************************************************************\
!         * phpGroupWare - Web Content Manager                                  
     *
!         * 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.                                         
     *
!         
\**************************************************************************/
!         $GLOBALS['phpgw_info']['flags'] = array
!         (
!                 'currentapp' => 'wcm',
!                 'noheader'   => True,
!                 'nonavbar'   => True,
!                 'noapi'      => False
!         );
!         include('../header.inc.php');
  
!       $MainMenu = CreateObject('wcm.MainMenu_UI');
!       $MainMenu->DisplayMenu();
!       $GLOBALS['phpgw']->common->phpgw_footer();
  ?>
--- 1,30 ----
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - WCM                                                    
   *
!       * http://www.phpgroupware.org                                           
   *
!       * This application written by Miles Lott <address@hidden>        *
!       * --------------------------------------------                          
   *
!       *  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$ */
! 
!       $phpgw_info = array();
!       $GLOBALS['phpgw_info']['flags'] = array(
!               'noheader'   => True,
!               'nonavbar'   => True,
!               'currentapp' => 'wcm'
!       );
!       include('../header.inc.php');
! 
!       $obj = CreateObject('wcm.uiwcm');
!       $obj->index();
! 
!       if(!$GLOBALS['phpgw_info']['flags']['nofooter'])
!       {
!               $GLOBALS['phpgw']->common->phpgw_footer();
!       }
  ?>





reply via email to

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