app/soc/templates/soc/base.html
changeset 1478 2cf71cd69521
parent 1457 9fd31955cc49
child 1535 a5277d506a21
--- a/app/soc/templates/soc/base.html	Mon Feb 23 19:52:15 2009 +0000
+++ b/app/soc/templates/soc/base.html	Mon Feb 23 21:01:33 2009 +0000
@@ -196,9 +196,6 @@
 	{% endblock %}
    </div>
    <div id="footer" dir="ltr">
-    {% if ga_tracking_num %}
-    {% include 'soc/site/ga.html' %}
-    {% endif %}
     <div class="text">
 	{% block footer %}
 &copy;2009 Google -
@@ -210,5 +207,8 @@
     </div>
    </div>
   </div>
+  {% if ga_tracking_num %}
+    {% include 'soc/site/ga.html' %}
+  {% endif %}
  </body>
 </html>