mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 01:48:45 +01:00
34 lines
1.0 KiB
HTML
34 lines
1.0 KiB
HTML
|
|
</div> <!-- end div containerContent -->
|
|
<!-- START OF FOOTER -->
|
|
<div id="footer">
|
|
|
|
<?php if ($navigation and false) { ?>
|
|
<table class="navbar"><tr><td>
|
|
<div class="breadcrumb"><?php print_navigation($navigation); ?></div>
|
|
<div class="menu"><?php echo $menu; ?></div>
|
|
</td></tr></table>
|
|
<div class="clearer"> </div>
|
|
<?php } ?>
|
|
|
|
<?php echo $loggedinas ?>
|
|
|
|
|
|
<?php if ($CFG->debug > 7) {
|
|
echo $performanceinfo;
|
|
?>
|
|
<br />
|
|
<hr size="1" noshade="noshade" />
|
|
<p align="center">
|
|
<a href="http://validator.w3.org/check?verbose=1&ss=1&uri=<?php echo urlencode(qualified_me()) ?>">Validate HTML</a> |
|
|
<a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&url1=<?php echo urlencode(qualified_me()) ?>">Section 508 Check</a> |
|
|
<a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=0&warnp2n3e=1&url1=<?php echo urlencode(qualified_me()) ?>">WCAG 1 (2,3) Check</a>
|
|
</p>
|
|
<?php } ?>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|