Fix missing block BT#14885

pull/3063/head
Julio 7 years ago
parent f867a4baec
commit d5f9bc6cf9
  1. 5
      main/template/rainbow/layout/layout_2_col.tpl
  2. 1
      user_portal.php

@ -82,6 +82,11 @@
{{ display.collapseMenu('profile', 'Profile'|get_lang, profile_block) }}
{% endif %}
{% if section_name != 'section-mycampus' %}
{% if diagnosis_block %}
{{ diagnosis_block }}
{% endif %}
<!-- BLOCK COURSE -->
{% if course_block %}
{{ display.collapseMenu('courses', 'Courses'|get_lang, course_block) }}

@ -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());

Loading…
Cancel
Save