We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c5d52 commit a12959eCopy full SHA for a12959e
main/template/default/layout/layout_2_col.tpl
@@ -23,6 +23,12 @@
23
</article>
24
{% endif %}
25
26
+ {% if home_include %}
27
+ <article id="home-include">
28
+ {{ home_include }}
29
+ </article>
30
+ {% endif %}
31
+
32
{% block page_body %}
33
{% include 'layout/page_body.tpl'|get_template %}
34
{% endblock %}
@@ -53,9 +59,13 @@
53
59
54
60
55
61
56
- {% include 'layout/hot_courses.tpl'|get_template %}
62
+ {% if section_name == 'section-campus' %}
63
64
+ {% include 'layout/hot_courses.tpl'|get_template %}
57
65
58
- {% include 'session/sessions_current.tpl'|get_template %}
66
+ {% include 'session/sessions_current.tpl'|get_template %}
67
68
69
70
{% if plugin_content_bottom %}
71
<div id="plugin_content_bottom">
0 commit comments