Author: mseidel
Date: Sat Jan 27 22:09:40 2018
New Revision: 1822438

URL: http://svn.apache.org/viewvc?rev=1822438&view=rev
Log:
Use local AOO logo, new ID for Google Analytics

Modified:
    openoffice/site/trunk/templates/skeleton.html

Modified: openoffice/site/trunk/templates/skeleton.html
URL: 
http://svn.apache.org/viewvc/openoffice/site/trunk/templates/skeleton.html?rev=1822438&r1=1822437&r2=1822438&view=diff
==============================================================================
--- openoffice/site/trunk/templates/skeleton.html (original)
+++ openoffice/site/trunk/templates/skeleton.html Sat Jan 27 22:09:40 2018
@@ -32,12 +32,12 @@
 <script type="text/javascript">
 
   var _gaq = _gaq || [];
-  _gaq.push(['_setAccount', 'UA-30193653-3']);
+  _gaq.push(['_setAccount', 'UA-98607986-2']);
   _gaq.push(['_trackPageview']);
 
   (function() {
     var ga = document.createElement('script'); ga.type = 'text/javascript'; 
ga.async = true;
-    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'https://www') + '.google-analytics.com/ga.js';
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
     var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
   })();
 
@@ -47,7 +47,7 @@
 <body>
   <div id="banner">
       <div id="bannerleft"><a alt="Apache OpenOffice" 
href="https://openoffice.apache.org/";>
-          <img id="logo" alt="Apache OpenOffice" 
src="https://www.openoffice.org/images/AOO_logos/AOO4_website_logo.png"/></a></div>
+          <img id="logo" alt="Apache OpenOffice" 
src="/images/AOO4_website_logo.png"/></a></div>
 
    <div id="bannercenter"><br/>&nbsp;The Free and Open Productivity Suite</div>
   </div>


Reply via email to