phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: squirrelmail/inc hook_about.inc.php,1.1,1.2


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: squirrelmail/inc hook_about.inc.php,1.1,1.2
Date: Sun, 27 Jan 2002 20:54:14 -0500

Update of /cvsroot/phpgroupware/squirrelmail/inc
In directory subversions:/tmp/cvs-serv29469

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

Index: hook_about.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/squirrelmail/inc/hook_about.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** hook_about.inc.php  11 Jun 2001 19:38:31 -0000      1.1
--- hook_about.inc.php  28 Jan 2002 01:54:12 -0000      1.2
***************
*** 1,20 ****
  <?php
!     
/***************************************************************************\
!     * phpGroupWare - Notes                                                    
  *
!     * http://www.phpgroupware.org                                             
  *
!     * -----------------------------------------------                         
  *
!     * 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$ */
  
        function about_app($tpl,$handle)
        {
!               $s  = '<b>' . lang('Squirrelmail') . '</b><p>' . lang('ported 
to PHPGroupware by:') . ' Lars Kneschke<br><br>';
!               $s .= lang('This port is based on Squirrelmail, which is a 
standalone IMAP client.<br>');
!               $s .= lang('Have a look at <a 
href="http://www.squirrelmail.org"; target="_new">www.squirrelmail.org</a> to 
learn more about Squirrelmail.<br>');
                return $s;
        }
- ?>
--- 1,28 ----
  <?php
!     
/**************************************************************************\
!     * phpGroupWare - about                                                    
 *
!     * http://www.phpgroupware.org                                             
 *
!     * --------------------------------------------                            
 *
!     * 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$ */
  
        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('squirrelmail'));
!               $s .= $t->set_var('based_on',lang('based on'));
!               $s .= $t->set_var('lang_version',lang('Version'));
!               $s .= 
$t->set_var('app_version',$GLOBALS['phpgw_info']['apps']['squirrelmail']['version']);
!               $s .= $t->set_var('written_by',lang('written by'));
!               $s .= $t->set_var('source','Squirrelmail');
!               $s .= $t->set_var('source_url','http://www.squirrelmail.org');
!               $s .= $t->set_var('source_url_name','www.squirrelmail.org');
!               $s .= $t->set_var('developers','Lars Kneschke 
&lt;address@hidden&gt;');
!               $s .= $t->fp('out','about');
                return $s;
        }




reply via email to

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