Arrangement show header and footer to show iframe lessons - refs CT#8348
@@ -86,6 +86,6 @@
</div>
-{% include template ~ '/layout/footer.js.tpl' %}
+
{{ execution_stats }}
@@ -50,4 +50,4 @@
{% block menu %}
{% include template ~ "/layout/menu.tpl" %}
{% endblock %}
-</header>
+</header>
@@ -1,6 +1,9 @@
+{% if show_footer == true %}
-</section>
-{% include template ~ "/layout/page_footer.tpl" %}
-</div>
+ </section>
+ {% include template ~ "/layout/page_footer.tpl" %}
+{% endif %}
+ </div>
+ {% include template ~ '/layout/footer.js.tpl' %}
</body>
</html>
@@ -11,6 +11,7 @@
</head>
<body dir="{{ text_direction }}" class="{{ section_name }} {{ login_class }}">
<noscript>{{ "NoJavascript"|get_lang }}</noscript>
+{% if show_header == true %}
<div class="wrap">
{% if displayCookieUsageWarning == true %}
<!-- Display Cookies validation -->
@@ -37,4 +38,5 @@
<div class="container">
{% block breadcrumb %}
{{ breadcrumb }}
- {% endblock %}
+ {% endblock %}