phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] felamimail/help index.php


From: Caeies
Subject: [Phpgroupware-cvs] felamimail/help index.php
Date: Thu, 28 Dec 2006 11:40:47 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    felamimail
Changes by:     Caeies <Caeies> 06/12/28 11:40:47

Modified files:
        help           : index.php 

Log message:
        fix for link

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/felamimail/help/index.php?cvsroot=phpgroupware&r1=1.3&r2=1.4

Patches:
Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/felamimail/help/index.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- index.php   18 Dec 2006 20:03:32 -0000      1.3
+++ index.php   28 Dec 2006 11:40:47 -0000      1.4
@@ -9,7 +9,7 @@
   *  option) any later version.                                              *
   \**************************************************************************/
 
-       /* $Id: index.php,v 1.3 2006/12/18 20:03:32 sigurdne Exp $ */
+       /* $Id: index.php,v 1.4 2006/12/28 11:40:47 Caeies Exp $ */
 
        $phpgw_flags = Array(
                'currentapp'    => 'manual'
@@ -23,6 +23,6 @@
 <font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2">
 Version: <b><?php echo $setup_info[$appname]['version']; ?></b><p/>
 This app was based on <a href="http://www.squirrelmail.org"; 
target="_new">Squirrelmail</a>.<br/><p/>
-Transformed by <a href="<?php echo 
$phpgw->link('/index.php','menuaction=felamimail.uicompose.compose&address@hidden');
 ?>">Lars Kneschke (knecke)</a><br/>
+Transformed by <a href="<?php echo $phpgw->link('/index.php', 
array('menuaction' => 'felamimail.uicompose.compose' , 'send_to' => 
'address@hidden')); ?>">Lars Kneschke (knecke)</a><br/>
 </font>
 <?php $phpgw->common->phpgw_footer(); ?>




reply via email to

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