diff --git a/main/template/rainbow/layout/layout_2_col.tpl b/main/template/rainbow/layout/layout_2_col.tpl index c250d8fddb..f158d7231a 100755 --- a/main/template/rainbow/layout/layout_2_col.tpl +++ b/main/template/rainbow/layout/layout_2_col.tpl @@ -82,6 +82,11 @@ {{ display.collapseMenu('profile', 'Profile'|get_lang, profile_block) }} {% endif %} {% if section_name != 'section-mycampus' %} + + {% if diagnosis_block %} + {{ diagnosis_block }} + {% endif %} + {% if course_block %} {{ display.collapseMenu('courses', 'Courses'|get_lang, course_block) }} diff --git a/user_portal.php b/user_portal.php index 1145b85215..33cc5bef02 100755 --- a/user_portal.php +++ b/user_portal.php @@ -328,7 +328,6 @@ if (!empty($diagnosis)) { 'diagnosisCollapse' ); } - $controller->tpl->assign('diagnosis_block', $block); $controller->tpl->assign('profile_block', $controller->return_profile_block()); $controller->tpl->assign('user_image_block', $controller->return_user_image_block());