phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: notes/inc hook_about.inc.php,1.3,1.4


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/inc hook_about.inc.php,1.3,1.4
Date: Wed, 02 Oct 2002 22:51:43 -0400

Update of /cvsroot/phpgroupware/notes/inc
In directory subversions:/tmp/cvs-serv32335

Modified Files:
        hook_about.inc.php 
Log Message:
fixed about function plus update to use xslt

Index: hook_about.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/notes/inc/hook_about.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** hook_about.inc.php  28 Jan 2002 02:28:57 -0000      1.3
--- hook_about.inc.php  3 Oct 2002 02:51:41 -0000       1.4
***************
*** 11,24 ****
      /* $Id$ */
  
!       function about_app($tpl,$handle)
        {
!               $t = 
CreateObject('phpgwapi.Template',$GLOBALS['phpgw']->common->get_tpl_dir('phpgwapi'));
!               $s = $t->set_file(array('about' => 'about_app.tpl'));
!               $s .= $t->set_var('app_title',lang('Notes'));
!               $s .= $t->set_var('lang_version',lang('Version'));
!               $s .= 
$t->set_var('app_version',$GLOBALS['phpgw_info']['apps']['notes']['version']);
!               $s .= $t->set_var('written_by',lang('written by'));
!               $s .= $t->set_var('developers','Andy Holman (LoCdOg)<br>Bettina 
Gille&nbsp;&nbsp;address@hidden');
!               $s .= $t->fp('out','about');
!               return $s;
        }
--- 11,25 ----
      /* $Id$ */
  
!       function about_app()
        {
!               $app_data = array
!               (
!                       'app_title'                     => lang('notes'),
!                       'app_version'           => 
$GLOBALS['phpgw_info']['apps']['notes']['version'],
!                       'app_descr'                     => lang('notes and 
short texts can go in here'),
!                       'lang_version'          => lang('version'),
!                       'lang_written_by'       => lang('written by'),
!                       'developers'            => 'Bettina Gille 
address@hidden, Andy Holman (LoCdOg)'
!               );
!               return $app_data;
        }





reply via email to

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