mirror of
https://github.com/moodle/moodle.git
synced 2025-03-13 20:26:32 +01:00
Don't duplicate header.
This commit is contained in:
parent
6f7d1382eb
commit
71f7797f28
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user