]> git.mjollnir.org Git - moodle.git/commitdiff
Don't duplicate header.
authorethem <ethem>
Wed, 26 Apr 2006 17:16:34 +0000 (17:16 +0000)
committerethem <ethem>
Wed, 26 Apr 2006 17:16:34 +0000 (17:16 +0000)
enrol/authorize/index.php

index 53f9f5d07199bbb25902d28d867aff0d354162ca..8bc490e8f98a04f74ad46b54db2ecf9532770d45 100644 (file)
@@ -28,8 +28,7 @@
     if (!$course = get_record('course', 'id', $courseid)) {
         error('Could not find that course');
     }
-    print_header_simple("$course->shortname: $authstrs->paymentmanagement", $course->fullname,
-                        "<a href=\"index.php\">$authstrs->paymentmanagement</a>", "");
+    print_header_simple("$authstrs->paymentmanagement", "", "<a href=\"index.php\">$authstrs->paymentmanagement</a>");
 
 
 /// If orderid is empty, user wants to see all orders