phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: preferences/help index.php,1.2,1.3


From: Mark A Peters <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences/help index.php,1.2,1.3
Date: Sun, 25 Aug 2002 22:18:30 -0400

Update of /cvsroot/phpgroupware/preferences/help
In directory subversions:/tmp/cvs-serv24222/preferences/help

Modified Files:
        index.php 
Log Message:
GNU Bug #987.

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/help/index.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** index.php   10 May 2001 03:24:11 -0000      1.2
--- index.php   26 Aug 2002 02:18:28 -0000      1.3
***************
*** 15,26 ****
                'currentapp'    => 'manual'
        );
!       $phpgw_info['flags'] = $phpgw_flags;
        include('../../header.inc.php');
        $appname = 'preferences';
!       include(PHPGW_SERVER_ROOT.'/'.$appname.'/version.inc.php');
  ?>
! <img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" 
border="0"><p/>
! <font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2">
! Version: <b><?php echo $phpgw_info['server']['versions'][$appname]; ?></b>
  </font>
! <?php $phpgw->common->phpgw_footer(); ?>
--- 15,26 ----
                'currentapp'    => 'manual'
        );
!       $GLOBALS['phpgw_info']['flags'] = $phpgw_flags;
        include('../../header.inc.php');
        $appname = 'preferences';
!       include(PHPGW_SERVER_ROOT.'/'.$appname.'/setup/setup.inc.php');
  ?>
! <img src="<?php echo $GLOBALS['phpgw']->common->image($appname,'navbar'); ?>" 
border="0"><p/>
! <font face="<?php echo $GLOBALS['phpgw_info']['theme']['font']; ?>" size="2">
! Version: <b><?php echo $setup_info[$appname]['version']; ?></b><p/>
  </font>
! <?php $GLOBALS['phpgw']->common->phpgw_footer(); ?>





reply via email to

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