phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: inv/inc hook_about.inc.php,1.3,1.4
Date: Sun, 27 Jan 2002 20:54:34 -0500

Update of /cvsroot/phpgroupware/inv/inc
In directory subversions:/tmp/cvs-serv29484

Modified Files:
        hook_about.inc.php 
Log Message:
update hook_about

Index: hook_about.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/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 00:37:51 -0000      1.3
--- hook_about.inc.php  28 Jan 2002 01:54:32 -0000      1.4
***************
*** 16,21 ****
--- 16,24 ----
                $s = $t->set_file(array('about' => 'about_app.tpl'));
                $s .= $t->set_var('app_title',lang('Inventory'));
+               $s .= $t->set_var('lang_version',lang('Version'));
+               $s .= 
$t->set_var('app_version',$GLOBALS['phpgw_info']['apps']['inv']['version']);
                $s .= $t->set_var('written_by',lang('written by'));
                $s .= $t->set_var('developers','Bettina 
Gille&nbsp;&nbsp;address@hidden<br>Joseph 
Engo&nbsp;&nbsp;&lt;address@hidden&gt;');
+               $s .= $t->set_var('description',lang('Product manager'));
                $s .= $t->fp('out','about');
                return $s;




reply via email to

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