From: moodler Date: Tue, 29 Apr 2003 13:51:28 +0000 (+0000) Subject: Some tidying up - too much thesis wool in the head X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f855f6062b1fb303033481d80995b76452d80912;p=moodle.git Some tidying up - too much thesis wool in the head --- diff --git a/mod/resource/view.php b/mod/resource/view.php index 95d04d0a5f..6c751a6eaf 100644 --- a/mod/resource/view.php +++ b/mod/resource/view.php @@ -86,11 +86,9 @@ navmenu($course, $cm)); echo "
".text_to_html($resource->summary, true, false)."
"; } else if ($frameset == "image") { - echo ""; - echo "wwwroot/theme/standard/styles.php\" type=\"text/css\">"; - echo "body\">"; - echo "
"; - echo ""; + print_header(); + echo "
"; + print_footer($course); } else { add_to_log($course->id, "resource", "view", "view.php?id=$cm->id", "$resource->id");