include($CFG->dirroot.'/enrol/manual/enrol.html');
}
- print_footer();
+ echo $OUTPUT->footer();
}
print_single_button("$CFG->wwwroot/course/view.php", array('id'=>$course->id), $course->fullname);
echo '</div>';
$OUTPUT->box_end();
- print_footer($course);
+ echo $OUTPUT->footer();
exit; // break;
}
}
}
$table->print_html();
- print_footer();
+ echo $OUTPUT->footer();
}
/**
*/
function authorize_print_order($orderid)
{
- global $CFG, $USER, $DB;
+ global $CFG, $USER, $DB, $OUTPUT;
global $strs, $authstrs;
$do = optional_param('do', '', PARAM_ALPHA);
}
}
- print_footer();
+ echo $OUTPUT->footer();
}
/**
echo '</div></form></center><br />';
/// Print footer
- print_footer();
+ echo $OUTPUT->footer();
?><?php
//error_reporting(E_ALL);
$enrol->cron();
?></pre><?php
-print_footer();
+echo $OUTPUT->footer();
exit;
?>
echo '<br />';
notice_yesno(get_string('enrolmentconfirmation'), "enrol.php?id=$course->id&confirm=1",
"enrol.php?id=$course->id&cancel=1");
- print_footer();
+ echo $OUTPUT->footer();
exit;
} else if (!empty($_GET['confirm'])) {
include("$CFG->dirroot/enrol/manual/enrol.html");
- print_footer();
+ echo $OUTPUT->footer();
}
include($CFG->dirroot.'/enrol/manual/enrol.html');
}
- print_footer();
+ echo $OUTPUT->footer();
}
} // end of function print_entry()