2009-09-19 17:36:36 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if (!defined('e107_INIT')) { exit; }
|
|
|
|
|
2021-01-22 13:44:10 -08:00
|
|
|
e107::plugLan('siteinfo', null);
|
|
|
|
|
2009-09-19 17:36:36 +00:00
|
|
|
$text = "<div style='text-align:center'>
|
2021-12-03 14:58:33 -08:00
|
|
|
<a href='https://validator.w3.org/check?uri=".e_SELF.(e_QUERY ? '?'.e_QUERY : '')."'><img src='".e_PLUGIN_ABS."siteinfo/images/valid-xhtml11.png' alt='Valid XHTML 1.1!' height='31' width='88' /></a><br />
|
|
|
|
<a href='https://jigsaw.w3.org/css-validator/validator?uri=".e_SELF.(e_QUERY ? '?'.e_QUERY : '')."'><img src='".e_PLUGIN_ABS."siteinfo/images/vcss.png' alt='Valid CSS!' height='31' width='88' /></a>
|
2009-09-19 17:36:36 +00:00
|
|
|
</div>";
|
|
|
|
$caption = (file_exists(THEME."images/compliance_menu.png") ? "<img src='".THEME_ABS."images/compliance_menu.png' alt='' /> ".COMPLIANCE_L1 : COMPLIANCE_L1);
|
|
|
|
$ns->tablerender($caption, $text, 'compliance');
|