phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


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

Update of /cvsroot/phpgroupware/stocks/inc
In directory subversions:/tmp/cvs-serv29996

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

Index: hook_about.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/stocks/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:29:11 -0000      1.3
--- hook_about.inc.php  28 Jan 2002 02:02:11 -0000      1.4
***************
*** 16,22 ****
                $s = $t->set_file(array('about' => 'about_app.tpl'));
                $s .= $t->set_var('app_title',lang('Stock Quotes'));
                $s .= $t->set_var('based_on',lang('based on'));
                $s .= $t->set_var('written_by',lang('written by'));
!               $s .= $t->set_var('source','PStocks v.0.1&nbsp;/&nbsp;Dan 
Steinman (address@hidden)<br>http://www.dansteinman.com/php/pstocks/');
                $s .= $t->set_var('developers','Bettina 
Gille&nbsp;&nbsp;address@hidden<br>Joseph 
Engo&nbsp;&nbsp;&lt;address@hidden&gt;');
                $s .= $t->fp('out','about');
--- 16,26 ----
                $s = $t->set_file(array('about' => 'about_app.tpl'));
                $s .= $t->set_var('app_title',lang('Stock Quotes'));
+               $s .= $t->set_var('lang_version',lang('Version'));
+               $s .= 
$t->set_var('app_version',$GLOBALS['phpgw_info']['apps']['stocks']['version']);
                $s .= $t->set_var('based_on',lang('based on'));
                $s .= $t->set_var('written_by',lang('written by'));
!               $s .= $t->set_var('source','PStocks v.0.1&nbsp;/&nbsp;Dan 
Steinman (address@hidden)');
!               $s .= 
$t->set_var('source_url','http://www.dansteinman.com/php/pstocks/');
!               $s .= 
$t->set_var('source_url_name','www.dansteinman.com/php/pstocks/');
                $s .= $t->set_var('developers','Bettina 
Gille&nbsp;&nbsp;address@hidden<br>Joseph 
Engo&nbsp;&nbsp;&lt;address@hidden&gt;');
                $s .= $t->fp('out','about');




reply via email to

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