r21304 - htdocs/branches/beta/externals - Move a div in the proper position out of the head tag.

Cristian Marchi cmarchi at code.gnucash.org
Fri Sep 23 04:20:03 EDT 2011


Author: cmarchi
Date: 2011-09-23 04:20:03 -0400 (Fri, 23 Sep 2011)
New Revision: 21304
Trac: http://svn.gnucash.org/trac/changeset/21304

Modified:
   htdocs/branches/beta/externals/header.phtml
Log:
Move a div in the proper position out of the head tag.

Modified: htdocs/branches/beta/externals/header.phtml
===================================================================
--- htdocs/branches/beta/externals/header.phtml	2011-09-22 21:06:51 UTC (rev 21303)
+++ htdocs/branches/beta/externals/header.phtml	2011-09-23 08:20:03 UTC (rev 21304)
@@ -29,8 +29,6 @@
 
 <!--This is the description shown on google+ profile for GnuCash-->
 <meta name="description" content="A personal and small-business financial-accounting software, licensed under GNU/GPL and available for Linux, Windows, Mac OS X, BSD, and Solaris." />
-<!--This is an image out of the view that is shown on google+ profile for GnuCash-->
-<div style="position:absolute;top:-1000px;left:-1000px;"><img src="<?=$home?>/images/gnc-download.png" alt="GnuCash small business accounting" height="152" width="125" /></div>
 
 <title><?= T_($title); ?> | GnuCash</title>
 <!--script for Google+1 button-->
@@ -45,6 +43,9 @@
 <p><img src="<?=$top_dir?>/images/gnucash-vert.png" alt="GnuCash" /></p>
 </div>
 
+<!--This is an image out of the view that is shown on google+ profile for GnuCash-->
+<div style="position:absolute;top:-1000px;left:-1000px;"><img src="<?=$home?>/images/gnc-download.png" alt="GnuCash small business accounting" height="152" width="125" /></div>
+
 <div id="googleplusone">
 <g:plusone size="tall" href="http://www.gnucash.org/beta/"></g:plusone>
 </div>



More information about the gnucash-changes mailing list