mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00

- Got rid of obvious non-XHTML code in headers and footers. - Got rid of all the PHP short tags - Added new styles for the headers
9 lines
169 B
HTML
9 lines
169 B
HTML
|
|
<!-- START OF FOOTER -->
|
|
<center>
|
|
<hr size="1" noshade="noshade" />
|
|
<p class="logininfo"><?=$loggedinas ?></p>
|
|
<p class="homelink"><?=$homelink ?></p>
|
|
|
|
</body>
|
|
</html>
|