Actualización
This commit is contained in:
1
main/template/experimental/layout/layout_1_col.tpl
Normal file
1
main/template/experimental/layout/layout_1_col.tpl
Normal file
@@ -0,0 +1 @@
|
||||
{% extends "default/layout/layout_1_col.tpl" %}
|
||||
41
main/template/experimental/layout/layout_2_col.tpl
Normal file
41
main/template/experimental/layout/layout_2_col.tpl
Normal file
@@ -0,0 +1,41 @@
|
||||
{% 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 %}
|
||||
1
main/template/experimental/layout/layout_3_col.tpl
Normal file
1
main/template/experimental/layout/layout_3_col.tpl
Normal file
@@ -0,0 +1 @@
|
||||
{% extends "default/layout/layout_3_col.tpl" %}
|
||||
1
main/template/experimental/layout/show_footer.tpl
Normal file
1
main/template/experimental/layout/show_footer.tpl
Normal file
@@ -0,0 +1 @@
|
||||
{% extends "default/layout/show_footer.tpl" %}
|
||||
1
main/template/experimental/layout/show_header.tpl
Normal file
1
main/template/experimental/layout/show_header.tpl
Normal file
@@ -0,0 +1 @@
|
||||
{% extends "default/layout/show_header.tpl" %}
|
||||
Reference in New Issue
Block a user