|
|
|
@ -11,14 +11,15 @@ |
|
|
|
|
|
|
|
|
|
{# Plugin bottom #} |
|
|
|
|
{% if plugin_content_bottom is not null %} |
|
|
|
|
<div id="plugin_content_bottom" class="span12"> |
|
|
|
|
<div id="plugin_content_bottom" class="col-md-12"> |
|
|
|
|
{{ plugin_content_bottom}} |
|
|
|
|
</div> |
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
{% if show_footer == true %} |
|
|
|
|
</div> <!-- end of #col" --> |
|
|
|
|
</div> <!-- end of #row" --> |
|
|
|
|
</div> <!-- end of #main" --> |
|
|
|
|
</div> <!-- end of #container" --> |
|
|
|
|
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|