mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
Added XHTML header definition and footer validation links
This commit is contained in:
parent
91d39e19ef
commit
5d6bb02f7c
@ -5,5 +5,9 @@
|
||||
<td align="center"><p class="logininfo"><?php echo $loggedinas ?> | <?php echo $homelink ?></p></td>
|
||||
</tr>
|
||||
</table>
|
||||
<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>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,3 +1,4 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html<?php echo $direction ?>>
|
||||
<head>
|
||||
<?php echo $meta ?>
|
||||
@ -60,4 +61,4 @@
|
||||
|
||||
<?php } ?>
|
||||
|
||||
<!-- END OF HEADER -->
|
||||
<!-- END OF HEADER -->
|
Loading…
x
Reference in New Issue
Block a user