added "/themes/default/"
This commit is contained in:
parent
e805fe9e76
commit
510a80665b
|
@ -3,7 +3,7 @@
|
||||||
<html lang="ru">
|
<html lang="ru">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
{% use 'head.html' with title as head_title, meta as head_meta, css as head_css %}
|
{% use '/themes/default/head.html' with title as head_title, meta as head_meta, css as head_css %}
|
||||||
|
|
||||||
{% block title %}
|
{% block title %}
|
||||||
{{ block('head_title') }}
|
{{ block('head_title') }}
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
{% block body %}
|
{% block body %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% include 'js.html' %}
|
{% include '/themes/default/js.html' %}
|
||||||
{% block js %}
|
{% block js %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue