r20878 - htdocs/branches/beta/externals - First try to translate the title tag for images.

Cristian Marchi cmarchi at code.gnucash.org
Sat Jul 9 09:15:57 EDT 2011


Author: cmarchi
Date: 2011-07-09 09:15:57 -0400 (Sat, 09 Jul 2011)
New Revision: 20878
Trac: http://svn.gnucash.org/trac/changeset/20878

Modified:
   htdocs/branches/beta/externals/header.phtml
Log:
First try to translate the title tag for images.

Modified: htdocs/branches/beta/externals/header.phtml
===================================================================
--- htdocs/branches/beta/externals/header.phtml	2011-07-09 12:48:12 UTC (rev 20877)
+++ htdocs/branches/beta/externals/header.phtml	2011-07-09 13:15:57 UTC (rev 20878)
@@ -1,4 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
+<?php
+include("lang.php");
+$titleRSS = T_("Subscribe to RSS feed");
+include("emulate_globals_on.php");
+?>
+
 <html>
 <head>
 <?php
@@ -25,7 +31,7 @@
 
 <div id="head">
 <div style="float:right;">
-<p id="rss"><a href="<?=$home?>/atom.php"><img style="margin: 0 10px 0 0" src="<?=$top_dir?>/externals/feed-icon-32x32.png" title="Subscribe to RSS-atom feed" alt="[atom syndication feed]" width="32" height="32" /></a></p>
+<p id="rss"><a href="<?=$home?>/atom.php"><img style="margin: 0 10px 0 0" src="<?=$top_dir?>/externals/feed-icon-32x32.png" title="<?php echo T_($titleRSS);?>" alt="[atom syndication feed]" width="32" height="32" /></a></p>
 </div>
 
 <div style="margin: 0px 0px 0 0;">



More information about the gnucash-changes mailing list