mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
core MDL-19799 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
This commit is contained in:
parent
b87573d7ae
commit
70f25518ad
5 changed files with 15 additions and 6 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
//MW theres no easy way to log in seamlessly. We need the users unhashed password.
|
||||
// It's a security risk to carry that in $SESSION so we put up login form.
|
||||
print_header();
|
||||
echo $OUTPUT->header();
|
||||
echo $OUTPUT->notification('Your session has expired. Please log in again.');
|
||||
?>
|
||||
<form action="login.php" method="post" id="login">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue