$title = $this->str->show;
}
- $page = MoodlePage::create_object($this->instance->pagetype, $this->instance->pageid);
+ $page = page_base::create_object($this->instance->pagetype, $this->instance->pageid);
$script = $page->url_get_full(array('instanceid' => $this->instance->id, 'sesskey' => $USER->sesskey));
$movebuttons .= '<a style="margin-right: 6px; margin-left: 2px;" title="'. $title .'" href="'.$script.'&blockaction=toggle">' .
$course->format = 'weeks'; // Default format is weeks
}
- $PAGE = MoodlePage::create_object(MOODLE_PAGE_COURSE, $course->id);
+ $PAGE = page_base::create_object(MOODLE_PAGE_COURSE, $course->id);
$pageblocks = blocks_get_by_page($PAGE);
if (!isset($USER->editing)) {