';
if ($intro_dispDefault) {
if (!empty($intro_content)) {
- $introduction_section .='
';
- $introduction_section .= $intro_content;
+ $introduction_section .= '
';
+ $introduction_section .= $intro_content;
$introduction_section .= '
';
} else {
- $introduction_section .= '
';
- $introduction_section .= get_lang('AddCustomCourseIntro').' ' . $textIntro;
- $introduction_section .= '
';
+ if (api_is_allowed_to_edit()) {
+ $introduction_section .= '
';
+ $introduction_section .= get_lang('AddCustomCourseIntro') . ' ' . $textIntro;
+ $introduction_section .= '
';
+ }
}
}