mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Show all footer stuff when debug is on
This commit is contained in:
parent
6927f0e726
commit
a272c24c67
1 changed files with 10 additions and 9 deletions
|
@ -13,16 +13,17 @@
|
||||||
|
|
||||||
<?php echo $loggedinas ?>
|
<?php echo $loggedinas ?>
|
||||||
|
|
||||||
<?php echo $performanceinfo ?>
|
|
||||||
|
|
||||||
<?php if (isadmin()) { ?>
|
<?php if ($CFG->debug > 7) {
|
||||||
<br />
|
echo $performanceinfo;
|
||||||
<hr size="1" noshade="noshade" />
|
?>
|
||||||
<p align="center">
|
<br />
|
||||||
<a href="http://validator.w3.org/check?verbose=1&ss=1&uri=<?php echo urlencode(qualified_me()) ?>">Validate HTML</a> |
|
<hr size="1" noshade="noshade" />
|
||||||
<a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&url1=<?php echo urlencode(qualified_me()) ?>">Section 508 Check</a> |
|
<p align="center">
|
||||||
<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>
|
<a href="http://validator.w3.org/check?verbose=1&ss=1&uri=<?php echo urlencode(qualified_me()) ?>">Validate HTML</a> |
|
||||||
</p>
|
<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 } ?>
|
<?php } ?>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue