Portions created by the Initial Developer are Copyright (C) 2008-2013 the Initial Developer. All Rights Reserved. Contributor(s): Mark J. Crane */ include "root.php"; //show the index page if (file_exists($_SERVER['DOCUMENT_ROOT'].PROJECT_PATH."/themes/".$_SESSION['domain']['template']['name']."/index.php")){ require_once "themes/".$_SESSION['domain']['template']['name']."/index.php"; } else { require_once "resources/require.php"; require_once "resources/header.php"; echo "

\n"; require_once "resources/footer.php"; } ?>