app/soc/templates/soc/base.html
changeset 426 114fe0f840c8
parent 423 25665d645fa8
child 445 31927f21970d
--- a/app/soc/templates/soc/base.html	Mon Oct 27 18:54:53 2008 +0000
+++ b/app/soc/templates/soc/base.html	Mon Oct 27 19:19:44 2008 +0000
@@ -16,7 +16,7 @@
  <head>
   <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
 	{% block stylesheet %}
-  <link rel="stylesheet" href="/soc/content/css/soc.css" type="text/css"/>
+  <link rel="stylesheet" href="/soc/content/css/soc-081027.css" type="text/css"/>
 	{% endblock %}
   <title>
     {% block page_title %}
@@ -28,7 +28,9 @@
     {% endblock %}
   </title>
 	<script src="/jquery/jquery-1.2.6.js"></script>
-	<script src="/soc/content/js/menu.js"></script>
+	<script src="/jquery/jquery-bt-0.7.js"></script>
+	<script src="/soc/content/js/menu-081026.js"></script>
+	<script src="/soc/content/js/tips-081027.js"></script>
 	{% block scripts %}{% endblock %}
  </head>