moodle/theme/garden/footer.html
moodler e48feed988 Many little clean-ups for themes.
- 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
2003-05-15 13:55:22 +00:00

9 lines
166 B
HTML
Executable File

<!-- START OF FOOTER -->
<center>
<hr size=2 noshade="noshade" />
<p class="logininfo"><?=$loggedinas ?></p>
<p class="homelink"><?=$homelink ?></p>
</body>
</html>