//root to root folder for includes $rootInclude = str_replace('public_html', 'includes/', $_SERVER['DOCUMENT_ROOT']); //used to pull styles from correct directory for home page until //stylesheets can be consolidated if($_SERVER["PHP_SELF"] != "/index.php"){ $extraDir = '/LandscapeProducts/'; $nonHomePage = 'true'; } else { $extraDir = ""; $nonHomePage = 'false'; } ?>