Forum Moderators: coopster
and included file with code like:
PHP Code:
<?PHP @require_once($PATH1."en-US/footer/footer.php");?>
Issue is if I use PATH1 it will work nice design, but if I use $PATH2 it will be corrupted design within IE. I noticed in the past that image should be in the same line as TD (table) and influences design within IE. But I do not get it why influences DOCUMENT_ROOT variable with corrupted design as PATH is correct.