I've noticed in the last few Zen Cart versions that located in this file:
/includes/templates/template_default/common/tpl_footer.php
there is this code at the bottom:
Code:
<?php
} // flag_disable_footer
?>
<?php if (false || (isset($showValidatorLink) && $showValidatorLink == true)) { ?>
<a href="https://validator.w3.org/check?uri=<?php echo urlencode('http' . ($request_type == 'SSL' ? 's' : '') . '://' . $_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI'] . (strstr($_SERVER['REQUEST_URI'], '?') ? '&' : '?') . zen_session_name() . '=' . zen_session_id()); ?>" target="_blank">VALIDATOR</a>
<?php } ?>
I have not been able to find an ON/OFF switch. Is there one and I'm just not seeing it?
Bookmarks