summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/skins/default/templates/base.html6
-rw-r--r--askbot/skins/default/templates/html_head/javascript.html (renamed from askbot/skins/default/templates/head/javascript.html)0
-rw-r--r--askbot/skins/default/templates/html_head/meta.html (renamed from askbot/skins/default/templates/head/meta.html)0
-rw-r--r--askbot/skins/default/templates/html_head/stylesheets.html (renamed from askbot/skins/default/templates/head/stylesheets.html)0
4 files changed, 3 insertions, 3 deletions
diff --git a/askbot/skins/default/templates/base.html b/askbot/skins/default/templates/base.html
index 9d767067..c5c05679 100644
--- a/askbot/skins/default/templates/base.html
+++ b/askbot/skins/default/templates/base.html
@@ -4,11 +4,11 @@
{% spaceless %}
<head>
<title>{% block title %}{% endblock %} - {{ settings.APP_TITLE|escape }}</title>
- {% include "head/meta.html" %}
+ {% include "html_head/meta.html" %}
<link rel="shortcut icon" href="{{ settings.SITE_FAVICON|media }}" />
- {% include "head/stylesheets.html" %}
+ {% include "html_head/stylesheets.html" %}
{% block forestyle %}{% endblock %}
- {% include "head/javascript.html" %}
+ {% include "html_head/javascript.html" %}
{% if settings.USE_CUSTOM_HTML_HEAD %}
{{ settings.CUSTOM_HTML_HEAD }}
{% endif %}
diff --git a/askbot/skins/default/templates/head/javascript.html b/askbot/skins/default/templates/html_head/javascript.html
index f960d11d..f960d11d 100644
--- a/askbot/skins/default/templates/head/javascript.html
+++ b/askbot/skins/default/templates/html_head/javascript.html
diff --git a/askbot/skins/default/templates/head/meta.html b/askbot/skins/default/templates/html_head/meta.html
index 352ffb53..352ffb53 100644
--- a/askbot/skins/default/templates/head/meta.html
+++ b/askbot/skins/default/templates/html_head/meta.html
diff --git a/askbot/skins/default/templates/head/stylesheets.html b/askbot/skins/default/templates/html_head/stylesheets.html
index 9d5aebad..9d5aebad 100644
--- a/askbot/skins/default/templates/head/stylesheets.html
+++ b/askbot/skins/default/templates/html_head/stylesheets.html