diff --git a/main/template/default/layout/layout_2_col.tpl b/main/template/default/layout/layout_2_col.tpl
index 58d99b7208..244130fe5b 100755
--- a/main/template/default/layout/layout_2_col.tpl
+++ b/main/template/default/layout/layout_2_col.tpl
@@ -23,6 +23,12 @@
{% endif %}
+ {% if home_include %}
+
+ {{ home_include }}
+
+ {% endif %}
+
{% block page_body %}
{% include 'layout/page_body.tpl'|get_template %}
{% endblock %}
@@ -53,9 +59,13 @@
{% endif %}
- {% include 'layout/hot_courses.tpl'|get_template %}
+ {% if section_name == 'section-campus' %}
+
+ {% include 'layout/hot_courses.tpl'|get_template %}
- {% include 'session/sessions_current.tpl'|get_template %}
+ {% include 'session/sessions_current.tpl'|get_template %}
+
+ {% endif %}
{% if plugin_content_bottom %}