Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.
if (dirname(__FILE__) != dirname(realpath($_SERVER["PATH_TRANSLATED"])) && strpos($_SERVER["PATH_TRANSLATED"],"admin") === false) {and change it to:if (dirname(__FILE__) != dirname(realpath($_SERVER['SCRIPT_FILENAME'])) && strpos($_SERVER['SCRIPT_FILENAME'],"admin") === false) {Posted By: superteluguthe header and footer gets disappeared. waiting for your helpIt's a problem with your relative paths for your header, footer, external css, etc. Everytime you have a "../", change it to a "/" without the relative dots and it should work out for you.
1 to 7 of 7