<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{% block fulltitle %}{% block title %}{% endblock %} - {{ settings.APP_SHORT_NAME }}{% endblock %}</title>
+ <meta name="description" content="{% block metadescription %}{{ settings.APP_DESCRIPTION }}{% endblock %}">
+ <meta name="keywords" content="{% block metakeywords %}{{ settings.APP_KEYWORDS }}{% endblock %}">
{% block meta %}{% endblock %}
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
{% if settings.GOOGLE_SITEMAP_CODE %}
{% endif %}
<link rel="shortcut icon" href="{{ settings.APP_FAVICON }}" />
<link href="{% media "/media/style/style.css" %}" rel="stylesheet" type="text/css" />
+ {% if settings.USE_CUSTOM_CSS %}
+ <link href="{% url custom_css %}" rel="stylesheet" type="text/css" />
+ {% endif %}
{% block forestyle %}{% endblock %}
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">google.load("jquery", "1.4.2");</script>