phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr index.php,1.1.1.1,1.2


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr index.php,1.1.1.1,1.2
Date: Fri, 30 May 2003 00:01:44 -0400

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

Modified Files:
        index.php 
Log Message:
make sitemgr capable of handling versions


Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/index.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** index.php   29 Aug 2002 03:03:17 -0000      1.1.1.1
--- index.php   30 May 2003 04:01:42 -0000      1.2
***************
*** 18,23 ****
          include('../header.inc.php');
  
!       $MainMenu = CreateObject('sitemgr.MainMenu_UI');
!       $MainMenu->DisplayMenu();
        $GLOBALS['phpgw']->common->phpgw_footer();
  ?>
--- 18,23 ----
          include('../header.inc.php');
  
!       $CommonUI = CreateObject('sitemgr.Common_UI');
!       $CommonUI->DisplayMenu();
        $GLOBALS['phpgw']->common->phpgw_footer();
  ?>





reply via email to

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