From 95f35a3db1bb5ce9830ac78f3febf309786e04ba Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 2 Sep 2007 11:33:48 +0000 Subject: [PATCH] Using print_footer() again in IMS display. (cannot rely anymore on harcoded footer, due to custom_corners themes). --- mod/resource/type/ims/resource.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/resource/type/ims/resource.class.php b/mod/resource/type/ims/resource.class.php index d79107ca9a..863eaaaa79 100644 --- a/mod/resource/type/ims/resource.class.php +++ b/mod/resource/type/ims/resource.class.php @@ -487,8 +487,8 @@ class resource_ims extends resource_base { /// Moodle footer is back! Now using the DOMContentLoaded event (see resize.js) to trigger the resize /// no Moodle footer (because we cannot insert there the resize script). /// echo ""; - /// print_footer(); - echo ""; + print_footer('none'); + //// echo ""; /// log it. add_to_log($course->id, "resource", "view", "view.php?id={$cm->id}", $resource->id, $cm->id); -- 2.39.5