phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: projects/inc hook_about.inc.php,1.2,1.3


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects/inc hook_about.inc.php,1.2,1.3
Date: Sun, 27 Jan 2002 21:09:02 -0500

Update of /cvsroot/phpgroupware/projects/inc
In directory subversions:/tmp/cvs-serv30533

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

Index: hook_about.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/hook_about.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** hook_about.inc.php  27 Jan 2002 23:40:38 -0000      1.2
--- hook_about.inc.php  28 Jan 2002 02:08:59 -0000      1.3
***************
*** 13,21 ****
        function about_app($tpl,$handle)
        {
!               $t = 
CreateObject('phpgwapi.Template',$GLOBALS['phpgw']->common->get_tpl_dir('projects'));
!               $s = $t->set_file(array('about' => 'about.tpl'));
                $s .= $t->set_var('app_title',lang('Projects'));
                $s .= $t->set_var('written_by',lang('written by'));
                $s .= $t->set_var('developers','Bettina 
Gille&nbsp;&nbsp;address@hidden');
                $s .= $t->fp('out','about');
                return $s;
--- 13,24 ----
        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('Projects'));
+               $s .= $t->set_var('lang_version',lang('Version'));
+               $s .= 
$t->set_var('app_version',$GLOBALS['phpgw_info']['apps']['projects']['version']);
                $s .= $t->set_var('written_by',lang('written by'));
                $s .= $t->set_var('developers','Bettina 
Gille&nbsp;&nbsp;address@hidden');
+               $s .= $t->set_var('description',lang('Project manager'));
                $s .= $t->fp('out','about');
                return $s;




reply via email to

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