project/templates/base.html
branch2011
changeset 522 01b130ea8d8d
parent 440 04c3084c412b
--- a/project/templates/base.html	Mon Jan 30 15:18:14 2012 +0530
+++ b/project/templates/base.html	Mon Jan 30 15:19:23 2012 +0530
@@ -13,6 +13,19 @@
   <script type="text/javascript" src="/static/jquery/jquery.jgrowl_minimized.js"></script>
   <script type="text/javascript" src="/static/jquery/jquery.cookie.pack.js"></script>
   <script type="text/javascript" src="/static/js/kiwipycon.js"></script>
+  <script type="text/javascript">
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-26098261-1']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    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);
+  })();
+
+</script>
 
   {% block addscripts %}{% endblock %}
 
@@ -29,7 +42,7 @@
     width="139" height="130" /></a>
     <div id="social-badge">
     	<a href="http://twitter.com/scipydotin" target="_blank"><img src="/static/img/twitter.png" alt="Twitter" Title="Connect to us of Twitter" /></a>
-    	<a href="http://facebook.com/scipydotin" target="_blank"><img src="/static/img/facebook.png" alt="Facebook" Title="Connect to us of Facebook" /></a>
+    	<a href="https://www.facebook.com/scipydotin2011" target="_blank"><img src="/static/img/facebook.png" alt="Facebook" Title="Connect to us of Facebook" /></a>
     </div>
 </div>