moodle/theme/standardblue/footer.html

20 lines
325 B
HTML
Raw Normal View History

<?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>
2003-04-25 09:25:25 +00:00
</body>
</html>