define('ROOT_PATH', dirname(__FILE__) . DIRECTORY_SEPARATOR);   require_once 'Nova/Template/Layout.php';   $layout = new Nova_Template_Layout(array( 'layout' => 'default-html', 'layoutPath' => ROOT_PATH . 'design/layout.xml' ));   echo $layout->render();