mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
20 lines
325 B
HTML
20 lines
325 B
HTML
<?php
|
|
|
|
print_container_end(); // content container
|
|
|
|
print_container_start(false, '', 'footer');
|
|
echo '<hr />';
|
|
|
|
echo '<p class="helplink">';
|
|
echo page_doc_link(get_string('moodledocslink'));
|
|
echo '</p>';
|
|
|
|
echo $loggedinas;
|
|
echo $homelink;
|
|
|
|
print_container_end();
|
|
?>
|
|
</div>
|
|
</body>
|
|
</html>
|