X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e83a3bf68897570b3942e15dd7c5e8a120b913a0..4dc763d30ce6b8065c316731e2ed06220a74813c:/wolnelektury/templates/base.html diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html index 434796ea5..ff77e2745 100644 --- a/wolnelektury/templates/base.html +++ b/wolnelektury/templates/base.html @@ -7,6 +7,7 @@ <title>{% block title %}WolneLektury.pl{% endblock %}</title> <link rel="icon" href="/media/img/favicon.png" type="image/x-icon" /> {% compressed_css "all" %} + {% compressed_js "jquery" %} {% compressed_js "all" %} {% block extrahead %} {% endblock %} @@ -95,5 +96,11 @@ <p><img src="/media/img/indicator.gif" alt="*"/> Åadowanie</p> </div> </div> + <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> + </script> + <script type="text/javascript"> + _uacct = "UA-2576694-1"; + urchinTracker(); + </script> </body> </html>