aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/controllers/courseware/public.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/courseware/public.php b/app/controllers/courseware/public.php
index 55cf3f4..e5f7aec 100644
--- a/app/controllers/courseware/public.php
+++ b/app/controllers/courseware/public.php
@@ -11,6 +11,7 @@ class Courseware_PublicController extends StudipController
parent::before_filter($action, $args);
PageLayout::setTitle(_('Courseware'));
PageLayout::setHelpKeyword('Basis.Courseware');
+ PageLayout::disableSidebar();
}
public function index_action()