From: stronk7 Date: Sun, 2 Sep 2007 11:33:48 +0000 (+0000) Subject: Using print_footer() again in IMS display. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=95f35a3db1bb5ce9830ac78f3febf309786e04ba;p=moodle.git Using print_footer() again in IMS display. (cannot rely anymore on harcoded footer, due to custom_corners themes). --- 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);