/usr/share/moodle/theme/skolelinux/footer.html is in moodle-debian-edu-theme 1.0.4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | </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>
|