From f855f6062b1fb303033481d80995b76452d80912 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 29 Apr 2003 13:51:28 +0000 Subject: [PATCH] Some tidying up - too much thesis wool in the head --- mod/resource/view.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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"); -- 2.39.5