From c91f29e5f90f503bcd7ee024ce5046e96ed61284 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Wed, 10 Nov 2010 02:42:57 +0000 Subject: [PATCH] course MDL-25101 made course description popup actually set its layout to popup --- course/info.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/info.php b/course/info.php index b25e801669f..e7ded1720e3 100644 --- a/course/info.php +++ b/course/info.php @@ -34,7 +34,7 @@ } $PAGE->set_context($context); - $PAGE->set_pagelayout('course'); + $PAGE->set_pagelayout('popup'); $PAGE->set_url('/course/info.php', array('id' => $course->id)); $PAGE->set_title(get_string("summaryof", "", $course->fullname)); $PAGE->set_heading('Course info');