|
| From: | Michael Totschnig <address@hidden> |
| Subject: | [Phpgroupware-cvs] CVS: sitemgr index.php,1.1.1.1,1.1.1.1.4.1 |
| Date: | Mon, 23 Jun 2003 16:31:22 -0400 |
Update of /cvsroot/phpgroupware/sitemgr
In directory subversions:/tmp/cvs-serv14915
Modified Files:
Tag: Version-0_9_16-branch
index.php
Log Message:
sync up with HEAD
Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/index.php,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.4.1
diff -C2 -r1.1.1.1 -r1.1.1.1.4.1
*** index.php 29 Aug 2002 03:03:17 -0000 1.1.1.1
--- index.php 23 Jun 2003 20:31:20 -0000 1.1.1.1.4.1
***************
*** 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();
?>
| [Prev in Thread] | Current Thread | [Next in Thread] |