gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2731 - in i18nHTML: . src


From: durner
Subject: [GNUnet-SVN] r2731 - in i18nHTML: . src
Date: Thu, 4 May 2006 10:36:03 -0700 (PDT)

Author: durner
Date: 2006-05-04 10:35:58 -0700 (Thu, 04 May 2006)
New Revision: 2731

Modified:
   i18nHTML/ChangeLog
   i18nHTML/src/i18nhtml.inc.php
Log:
links with titles

Modified: i18nHTML/ChangeLog
===================================================================
--- i18nHTML/ChangeLog  2006-05-04 17:17:59 UTC (rev 2730)
+++ i18nHTML/ChangeLog  2006-05-04 17:35:58 UTC (rev 2731)
@@ -1,3 +1,6 @@
+Thu May  4 20:14:01 CEST 2006
+  Added support for hyperlinks with titles (extlink_title())
+
 Thu Oct  6 02:21:24 PDT 2005
        Fixed bug with https pages using i18nHTML linking back using
        http (and not https) in translation page.

Modified: i18nHTML/src/i18nhtml.inc.php
===================================================================
--- i18nHTML/src/i18nhtml.inc.php       2006-05-04 17:17:59 UTC (rev 2730)
+++ i18nHTML/src/i18nhtml.inc.php       2006-05-04 17:35:58 UTC (rev 2731)
@@ -710,8 +710,8 @@
 
 // create internationalized, external link to
 // $a with description $b and title $c
-function extlink_title_($a, $b) {
-  $ret = "<a href=\"" . $a . "\" title=\"" . TRANSLATE_($c) . "\">" . 
TRANSLATE_($b) . "</a>" . translateLink_($b);
+function extlink_title_($a, $b, $c) {
+  $ret = "<a href=\"" . $a . "\" title=\"" . TRANSLATE_($c) . "\">" . 
TRANSLATE_($b) . "</a>" . translateLink_($b) . translateLink_($c);
   return $ret;
 }
 





reply via email to

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