r21275 - htdocs/branches/beta - Test Google's +1 button

Cristian Marchi cmarchi at code.gnucash.org
Wed Sep 21 04:52:06 EDT 2011


Author: cmarchi
Date: 2011-09-21 04:52:05 -0400 (Wed, 21 Sep 2011)
New Revision: 21275
Trac: http://svn.gnucash.org/trac/changeset/21275

Modified:
   htdocs/branches/beta/externals/header.phtml
   htdocs/branches/beta/news/news-script.php
Log:
Test Google's +1 button

Modified: htdocs/branches/beta/externals/header.phtml
===================================================================
--- htdocs/branches/beta/externals/header.phtml	2011-09-19 20:15:10 UTC (rev 21274)
+++ htdocs/branches/beta/externals/header.phtml	2011-09-21 08:52:05 UTC (rev 21275)
@@ -28,6 +28,7 @@
 <?php } ?>
 
 <title><?= T_($title); ?> | GnuCash</title>
+<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
 </head>
 
 <body>

Modified: htdocs/branches/beta/news/news-script.php
===================================================================
--- htdocs/branches/beta/news/news-script.php	2011-09-19 20:15:10 UTC (rev 21274)
+++ htdocs/branches/beta/news/news-script.php	2011-09-21 08:52:05 UTC (rev 21275)
@@ -137,6 +137,8 @@
   <? for ($i=2; $i<$n; $i++)  {
           print $fa[$i];
      } ?>
+<!-- The google +1 button-->
+<g:plusone></g:plusone>
   </div>
 </div>
 <?



More information about the gnucash-changes mailing list