MDL-20982 glossary - make print view to respect current theme ; backported from 19_STABLE
This commit is contained in:
@@ -30,11 +30,11 @@
|
||||
$entriesbypage = $CFG->glossary_entbypage;
|
||||
}
|
||||
|
||||
print_header();
|
||||
|
||||
require_course_login($course, true, $cm);
|
||||
$context = get_context_instance(CONTEXT_MODULE, $cm->id);
|
||||
|
||||
print_header();
|
||||
|
||||
/// Loading the textlib singleton instance. We are going to need it.
|
||||
$textlib = textlib_get_instance();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user