|
@@ -1,16 +1,13 @@
|
|
|
{% extends template ~ "/layout/page.tpl" %}
|
|
|
|
|
|
{% block body %}
|
|
|
- {# Plugin main top #}
|
|
|
{% if plugin_main_top %}
|
|
|
<div id="plugin_main_top" class="col-md-12">
|
|
|
{{ plugin_main_top }}
|
|
|
</div>
|
|
|
{% endif %}
|
|
|
-
|
|
|
- {# Plugin top #}
|
|
|
{% if plugin_content_top %}
|
|
|
- <div id="plugin_content_top" class="col-md-12 movil">
|
|
|
+ <div id="plugin_content_top" class="col-md-12">
|
|
|
{{ plugin_content_top }}
|
|
|
</div>
|
|
|
{% endif %}
|
|
@@ -27,14 +24,12 @@
|
|
|
|
|
|
</div>
|
|
|
|
|
|
- {# Plugin bottom #}
|
|
|
{% if plugin_content_bottom %}
|
|
|
<div id="plugin_content_bottom" class="col-md-12">
|
|
|
{{ plugin_content_bottom }}
|
|
|
</div>
|
|
|
{% endif %}
|
|
|
|
|
|
- {# Plugin main bottom #}
|
|
|
{% if plugin_main_bottom %}
|
|
|
<div id="plugin_main_bottom" class="col-md-12">
|
|
|
{{ plugin_main_bottom }}
|