mirror of
https://github.com/moodle/moodle.git
synced 2025-01-29 11:46:19 +01:00
dd723bae71
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.
Moodle Language Packs This directory contains the standard packaged Moodle language files, for making the Moodle interface appear in different interfaces. The default language for Moodle is the English language, under the Unicode scheme (UTF8). To add more languages to Moodle, you can either: 1) use the Moodle languages GUI in the interface to fetch new languages and install them in your 'dataroot' directory. 2) download them and unzip the packs in this directory manually For more information, see the Moodle Documentation: http://docs.moodle.org/en/Translation Cheers, Moodle Development Team