Skip to content

Commit

Permalink
Just rearranging a little (not permanent)
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Apr 11, 2005
1 parent a272c24 commit 9a2cd9c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions theme/standardwhite/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<hr size="1" noshade="noshade" />
<?php echo $loggedinas ?>
<?php echo $homelink ?>

<?php if (isadmin()) { ?>
<hr size="1" noshade="noshade" />
<p align="center">
<a href="http://validator.w3.org/check?verbose=1&amp;ss=1&amp;uri=<?php echo urlencode(qualified_me()) ?>">Validate HTML</a> |
<a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&amp;url1=<?php echo urlencode(qualified_me()) ?>">Section 508 Check</a> |
<a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=0&amp;warnp2n3e=1&amp;url1=<?php echo urlencode(qualified_me()) ?>">WCAG 1 (2,3) Check</a>
</p>
<?php } ?>


<?php if ($CFG->debug > 7) {
echo $performanceinfo;
?>
<hr size="1" noshade="noshade" />
<p align="center">
<a href="http://validator.w3.org/check?verbose=1&amp;ss=1&amp;uri=<?php echo urlencode(qualified_me()) ?>">Validate HTML</a> |
<a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&amp;url1=<?php echo urlencode(qualified_me()) ?>">Section 508 Check</a> |
<a href="http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=0&amp;warnp2n3e=1&amp;url1=<?php echo urlencode(qualified_me()) ?>">WCAG 1 (2,3) Check</a>
</p>
<?php } ?>

</div>
</div>
<?php echo $navmenulist ?>
</body>
</html>

0 comments on commit 9a2cd9c

Please sign in to comment.