<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css">
<title>{% block title %}WolneLektury.pl{% endblock %}</title>
- <link rel="icon" href="{{ STATIC_URL }}img/favicon.png" type="image/x-icon" />
+ <link rel="icon" href="{{ STATIC_URL }}img/favicon.png" type="image/png" />
+ <link rel="search" type="application/opensearchdescription+xml" title="Wolne Lektury" href="{{ STATIC_URL }}opensearch.xml">
{% compressed_css "all" %}
<script type="text/javascript">var LANGUAGE_CODE = "{{ LANGUAGE_CODE }}";</script>
{% compressed_js "jquery" %}
</div>
<div id="header">
<div id="logo">
- <a href="/"><img src="{{ STATIC_URL }}img/logo.png" alt="WolneLektury.pl - logo" /></a>
+ <a href="/"><img src="{{ STATIC_URL }}img/logo-bez.png" alt="WolneLektury.pl" /><br/>szkolna biblioteka internetowa</a>
</div>
<div id="user-info" style="display:none">
{% if user.is_authenticated %}
</div>
</div>
{% endblock bodycontent %}
+ {{ piwik_tag|safe }}
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));