phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: manual/inc functions.inc.php,1.13,1.14 hook_manu


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: manual/inc functions.inc.php,1.13,1.14 hook_manual.inc.php,1.7,1.8
Date: Fri, 15 Mar 2002 20:25:56 -0500

Update of /cvsroot/phpgroupware/manual/inc
In directory subversions:/tmp/cvs-serv29546/inc

Modified Files:
        functions.inc.php hook_manual.inc.php 
Log Message:
update img path

Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/manual/inc/functions.inc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** functions.inc.php   20 Jan 2002 16:28:27 -0000      1.13
--- functions.inc.php   16 Mar 2002 01:25:53 -0000      1.14
***************
*** 42,46 ****
                $navbar = 
$GLOBALS['phpgw_info']['user']['preferences']['common']['navbar_format'];
                $lang = 
strtoupper($GLOBALS['phpgw_info']['user']['preferences']['common']['lang']);
!               $GLOBALS['treemenu'][] = '..'.($navbar != 'text'?'<img 
src="'.$GLOBALS['phpgw']->common->image($appname,'navbar.gif').'" border="0" 
alt="'.ucwords($appname).'">':'').($navbar != 'icons'?'<font 
face="'.$font.'">'.lang($appname).'</font>':'').'|'.$GLOBALS['phpgw']->link('/'.$appname.'/help/index.php');
  
                $help_file = check_help_file($appname,$lang,$appname.'.php');
--- 42,46 ----
                $navbar = 
$GLOBALS['phpgw_info']['user']['preferences']['common']['navbar_format'];
                $lang = 
strtoupper($GLOBALS['phpgw_info']['user']['preferences']['common']['lang']);
!               $GLOBALS['treemenu'][] = '..'.($navbar != 'text'?'<img 
src="'.$GLOBALS['phpgw']->common->image($appname,'navbar').'" border="0" 
alt="'.ucwords($appname).'">':'').($navbar != 'icons'?'<font 
face="'.$font.'">'.lang($appname).'</font>':'').'|'.$GLOBALS['phpgw']->link('/'.$appname.'/help/index.php');
  
                $help_file = check_help_file($appname,$lang,$appname.'.php');

Index: hook_manual.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/manual/inc/hook_manual.inc.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** hook_manual.inc.php 7 Jan 2002 10:50:42 -0000       1.7
--- hook_manual.inc.php 16 Mar 2002 01:25:53 -0000      1.8
***************
*** 1,14 ****
  <?php
!   /**************************************************************************\
!   * phpGroupWare - Manual                                                    *
!   * http://www.phpgroupware.org                                              *
!   * Written by Mark Peters <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$ */
  
--- 1,13 ----
  <?php
!       
/**************************************************************************\
!       * phpGroupWare - Manual                                                 
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Mark Peters <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$ */
  
***************
*** 16,21 ****
        $help_file = check_help_file($appname,$lang,'overview.php');
        if($help_file != '') 
!       { 
!               $GLOBALS['treemenu'][] = '.<font 
face="'.$GLOBALS['phpgw_info']['theme']['font'].'">Overview</font>|'.$GLOBALS['phpgw']->link($help_file);
 
        } 
  ?>
--- 15,20 ----
        $help_file = check_help_file($appname,$lang,'overview.php');
        if($help_file != '') 
!       {
!               $GLOBALS['treemenu'][] = '.<font 
face="'.$GLOBALS['phpgw_info']['theme']['font'].'">' . lang('Overview') . 
'</font>|'.$GLOBALS['phpgw']->link($help_file); 
        } 
  ?>




reply via email to

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