mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 20:06:46 +02:00
MDL-79986 course: Remove $CFG->linkcoursesections setting
Currently, the $CFG->linkcoursesections setting was only used for the Classic theme, to let admins decide whether the section names in the Navigation block would be linked or not. Now that the course/section.php page has been created to display the content of any single section, and a link to this section page has been added from the main course page to help users to focus on the section content, it has been decided to remove the setting $CFG->linkcoursesections because it's not required anymore.
This commit is contained in:
parent
6792a40924
commit
dd723bae71
6 changed files with 15 additions and 4 deletions
|
@ -793,8 +793,6 @@ $string['libcurlwarning'] = 'It has been detected that libcurl doesn\'t have CUR
|
|||
$string['licensesettings'] = 'Licence settings';
|
||||
$string['linkadmincategories'] = 'Link admin categories';
|
||||
$string['linkadmincategories_help'] = 'If enabled admin setting categories will be displayed as links in the navigation and will lead to the admin category pages.';
|
||||
$string['linkcoursesections'] = 'Always link course sections';
|
||||
$string['linkcoursesections_help'] = 'Always try to provide a link for course sections. Course sections are usually only shown as links if the course format displays a single section per page. If this setting is enabled a link will always be provided.';
|
||||
$string['loading'] = 'Loading';
|
||||
$string['localetext'] = 'Sitewide locale';
|
||||
$string['localstringcustomization'] = 'Local string customization';
|
||||
|
@ -1638,3 +1636,5 @@ $string['unsettheme'] = 'Unset theme';
|
|||
// Deprecated since Moodle 4.4.
|
||||
$string['taskdeletecachetext'] = 'Delete old text cache records';
|
||||
$string['themesettings'] = 'Theme settings';
|
||||
$string['linkcoursesections'] = 'Always link course sections';
|
||||
$string['linkcoursesections_help'] = 'Always try to provide a link for course sections. Course sections are usually only shown as links if the course format displays a single section per page. If this setting is enabled a link will always be provided.';
|
||||
|
|
|
@ -115,3 +115,5 @@ taskdeletecachetext,core_admin
|
|||
themesettings,core_admin
|
||||
copycourseheading,core_backup
|
||||
backupcourse,core_backup
|
||||
linkcoursesections,core_admin
|
||||
linkcoursesections_help,core_admin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue