r21449 - htdocs/trunk/externals - Get back to previous google+1 button until I figure out the problem with the website url.

Cristian Marchi cmarchi at code.gnucash.org
Tue Oct 18 09:37:21 EDT 2011


Author: cmarchi
Date: 2011-10-18 09:37:21 -0400 (Tue, 18 Oct 2011)
New Revision: 21449
Trac: http://svn.gnucash.org/trac/changeset/21449

Modified:
   htdocs/trunk/externals/header.phtml
Log:
Get back to previous google+1 button until I figure out the problem with the website url.

Modified: htdocs/trunk/externals/header.phtml
===================================================================
--- htdocs/trunk/externals/header.phtml	2011-10-18 13:33:43 UTC (rev 21448)
+++ htdocs/trunk/externals/header.phtml	2011-10-18 13:37:21 UTC (rev 21449)
@@ -40,7 +40,7 @@
 
 <title><?= T_($title); ?> | GnuCash</title>
 <!--script for Google+1 button-->
-<script type="text/javascript" src="https://apis.google.com/js/plusone.js">      {lang:'en', parsetags:'explicit'}   </script>
+<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> 
 </head>
 
 <body>
@@ -73,10 +73,7 @@
     </script>
 </div>
 <!-- google +1 button-->
-<div id="gplusone" class="plusone"></div>
-                   <script type="text/javascript">
-                              gapi.plusone.render('gplusone', { "size": "tall", "count": "false" });
-                   </script> 
+<g:plusone size="tall" href="http://www.gnucash.org/"></g:plusone>
 </div>
 
 <!-- the icons on the top right-->



More information about the gnucash-changes mailing list