From a90d9417f8cbcf4de8d43924e370b71719984776 Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Wed, 4 Dec 2019 11:24:53 +0800 Subject: [PATCH] MDL-66723 theme_classic: Remove regionmainsettings variables --- theme/classic/templates/columns.mustache | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/theme/classic/templates/columns.mustache b/theme/classic/templates/columns.mustache index 9c48f24a9c6..5a7ff5d5192 100644 --- a/theme/classic/templates/columns.mustache +++ b/theme/classic/templates/columns.mustache @@ -27,8 +27,6 @@ * bodyattributes - attributes for the body tag as a string of html attributes * sidepreblocks - HTML for the blocks * hasblocks - true if there are blocks on this page - * regionmainsettingsmenu - HTML for the region main settings menu - * hasregionmainsettingsmenu - There is a region main settings menu on this page. Example context (json): { @@ -61,15 +59,7 @@
- {{#hasregionmainsettingsmenu}} -
-
{{{ output.region_main_settings_menu }}}
-
- {{/hasregionmainsettingsmenu}}
- {{#hasregionmainsettingsmenu}} -
- {{/hasregionmainsettingsmenu}} {{{ output.course_content_header }}} {{{ output.main_content }}} {{{ output.activity_navigation }}} -- 2.11.0