$partial = array( DIR .'/menu.phtml', 'default');を実行しようとしています。
echo $this->navigation()->menu()->setPartial($partial);`
そして、エラーが発生していますFatal error: Zend\View\Exception\RuntimeException: Zend\View\Renderer\PhpRenderer::render: Unable to render template "/home/cawa/www/zf2/module/Nav/view/layout/menu.phtml"; resolver could not resolve to a file in /home/cawa/www/zf2/vendor/zendframework/zendframework/library/Zend/View/Helper/Navigation/AbstractHelper.php on line 471
何が問題ですか?