Big commit i'm sorry ...
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<!-- Style CSS -->
|
||||
{% include config.theme+'/_head.html' %}
|
||||
{% include 'themes/'+config.theme+'/_head.html' %}
|
||||
{% block css %}
|
||||
{% endblock %}
|
||||
</head>
|
||||
@@ -11,17 +11,17 @@
|
||||
<body id="page-top">
|
||||
{% block body %}
|
||||
|
||||
{% include config.theme+'/_nav.html' %}
|
||||
{% include 'themes/'+config.theme+'/_nav.html' %}
|
||||
|
||||
{% for bloc in myblocs.values() %}
|
||||
{% include config.theme+'/blocs/_'+bloc.type+'.html' %}
|
||||
{% include 'themes/'+config.theme+'/blocs/_'+bloc.type+'.html' %}
|
||||
{% endfor %}
|
||||
|
||||
|
||||
{% endblock %}
|
||||
</body>
|
||||
|
||||
{% include config.theme+'/javascript.html' %}
|
||||
{% include 'themes/'+config.theme+'/javascript.html' %}
|
||||
{% block js %}
|
||||
{% endblock js %}
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user