Include style switcher in main site base template
authorThom Brown <thom@linux.com>
Fri, 19 Aug 2011 15:26:12 +0000 (16:26 +0100)
committerThom Brown <thom@linux.com>
Fri, 19 Aug 2011 15:26:12 +0000 (16:26 +0100)
templates/base/base.html

index 2ec37d780683870f07e9454a8a7ea8bb642d509f..90f1a576ef3b6c24aaf0fb5e91de285f060239db 100644 (file)
@@ -9,6 +9,7 @@
   <style type="text/css" media="screen" title="Normal Text">@import url("/media/css/geckofixes.css");</style>
   <link rel="alternate" type="application/rss+xml" title="PostgreSQL News" href="{{link_root}}/news.rss" />
   <link rel="alternate" type="application/rss+xml" title="PostgreSQL Events" href="{{link_root}}/events.rss" />
+  <script type="text/javascript" src="/media/js/styleswitcher.js"></script>
 {%block extrahead%}{%endblock%}
  </head>
  <body>