mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 03:46:42 +02:00
MDL-60268 User tours: Improve placement of Reset tour on page link
This commit is contained in:
parent
d8e9a23c48
commit
4a8dfef030
6 changed files with 50 additions and 13 deletions
|
@ -75,6 +75,9 @@ echo $OUTPUT->doctype() ?>
|
|||
<p class="helplink"><?php echo $OUTPUT->page_doc_link(); ?></p>
|
||||
<?php
|
||||
echo $OUTPUT->login_info();
|
||||
?>
|
||||
<div class="tool_usertours-resettourcontainer"></div>
|
||||
<?php
|
||||
echo $OUTPUT->home_link();
|
||||
echo $OUTPUT->standard_footer_html();
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue