app/soc/templates/soc/base.html
changeset 423 25665d645fa8
parent 411 c8ac5c1161e2
child 426 114fe0f840c8
--- a/app/soc/templates/soc/base.html	Sun Oct 26 21:26:35 2008 +0000
+++ b/app/soc/templates/soc/base.html	Sun Oct 26 21:36:29 2008 +0000
@@ -27,6 +27,8 @@
       {% endif %}
     {% endblock %}
   </title>
+	<script src="/jquery/jquery-1.2.6.js"></script>
+	<script src="/soc/content/js/menu.js"></script>
 	{% block scripts %}{% endblock %}
  </head>