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:
Dan Poltawski 2012-04-27 13:11:35 +08:00
parent 143d743743
commit 1804b7c1bc
11 changed files with 756 additions and 531 deletions

View file

@ -30,8 +30,6 @@ $string['accessstatement'] = 'Accessibility statement';
$string['activitynext'] = 'Next activity';
$string['activityprev'] = 'Previous activity';
$string['breadcrumb'] = 'Breadcrumb trail';
$string['currenttopic'] = 'This topic';
$string['currentweek'] = 'This week';
$string['hideblocka'] = 'Hide {$a} block';
$string['monthnext'] = 'Next month';
$string['monthprev'] = 'Previous month';