Browse Source

Remove unused templates

jmontoyaa 8 years ago
parent
commit
31a131e5af

+ 0 - 1
main/template/experimental/layout/layout_1_col.tpl

@@ -1 +0,0 @@
-{% extends "default/layout/layout_1_col.tpl" %}

+ 0 - 41
main/template/experimental/layout/layout_2_col.tpl

@@ -1,41 +0,0 @@
-{% extends "default/layout/layout_2_col.tpl" %}
-
-{% block header %}
-    {% embed "default/layout/main_header.tpl" %}
-        {% block head %}
-            {{ parent() }}
-        {% endblock %}
-
-        {% block help_notifications %}
-            {{ parent() }}
-        {% endblock %}
-
-        {% block logo %}
-            {{ parent() }}
-        {% endblock %}
-
-        {% block breadcrumb %}
-            {{ parent() }}
-        {% endblock %}
-
-        {% block menu %}
-            {{ parent() }}
-        {% endblock %}
-
-        {% block topbar %}
-            {{ parent() }}
-        {% endblock %}
-    {% endembed %}
-{% endblock %}
-
-{% block login_form %}
-    {{ parent() }}
-{% endblock %}
-
-{% block page_body %}
-    {{ parent() }}
-{% endblock %}
-
-{% block content %}
-    {{ parent() }}
-{% endblock %}

+ 0 - 1
main/template/experimental/layout/layout_3_col.tpl

@@ -1 +0,0 @@
-{% extends "default/layout/layout_3_col.tpl" %}

+ 0 - 1
main/template/experimental/layout/show_footer.tpl

@@ -1 +0,0 @@
-{% extends "default/layout/show_footer.tpl" %}

+ 0 - 1
main/template/experimental/layout/show_header.tpl

@@ -1 +0,0 @@
-{% extends "default/layout/show_header.tpl" %}

+ 0 - 11
main/template/overrides/README.md

@@ -1,11 +0,0 @@
-Place template files in this directory to override any existing template.
-
-Just copy the original template file with the same relative path.
-e.g.:
-```
-layout/head.tpl
-```
-or
-```
-the_plugin_dirname/path/of/template/in/plugins.tpl
-```