r21433 - htdocs/trunk/externals - Revert previous change.

Cristian Marchi cmarchi at code.gnucash.org
Tue Oct 18 04:44:37 EDT 2011


Author: cmarchi
Date: 2011-10-18 04:44:36 -0400 (Tue, 18 Oct 2011)
New Revision: 21433
Trac: http://svn.gnucash.org/trac/changeset/21433

Modified:
   htdocs/trunk/externals/header.phtml
Log:
Revert previous change.

Modified: htdocs/trunk/externals/header.phtml
===================================================================
--- htdocs/trunk/externals/header.phtml	2011-10-18 08:40:27 UTC (rev 21432)
+++ htdocs/trunk/externals/header.phtml	2011-10-18 08:44:36 UTC (rev 21433)
@@ -41,9 +41,7 @@
 
 <title><?= T_($title); ?> | GnuCash</title>
 <!--script for Google+1 button-->
-<script type="text/javascript" src="https://apis.google.com/js/plusone.js">
-{ parsetags: 'explicit' }
-</script>
+<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
 </head>
 
 <body>
@@ -73,21 +71,9 @@
 <div class="fb-like" data-href="www.gnucash.org" data-send="false" data-layout="box_count" data-width="60" data-show-faces="true" data-font="verdana"></div>
 </div>
 <!-- google +1 button-->
-<div id="g-plusone"></div>
-<script type="text/javascript">
-gapi.plusone.render
-(
-    'g-plusone',
-    {
-        "size": "standard",
-        "count": "true"
-    }
-);
-</script>
+<g:plusone size="tall" href="http://www.gnucash.org/"></g:plusone>
 </div>
 
-</div>
-
 <!-- the icons on the top right-->
 <div style="float:right;">
 <ul id="navlist">



More information about the gnucash-changes mailing list