mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 11:26:41 +02:00
MDL-32508 course/formats: Respect single page course display mode
Topics and weeks have been converted to use a shared renderer to output their content. Note, I started with good intentions but this renderer has mixed paradgims due to fast and cheap winning out on the trinity. AMOS BEGIN MOV [currenttopic,access],[currentsection,format_topics] MOV [currentweek,access],[currentsection,format_weeks] AMOS END
This commit is contained in:
parent
143d743743
commit
1804b7c1bc
11 changed files with 756 additions and 531 deletions
|
@ -23,6 +23,7 @@
|
|||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
$string['currentsection'] = 'This topic';
|
||||
$string['sectionname'] = 'Topic';
|
||||
$string['pluginname'] = 'Topics format';
|
||||
$string['section0name'] = 'General';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue