removing footer from specific view in ZF2

removing footer from specific view in ZF2

How can I remove just the footer from a specific view in ZF2. I have tried
$View->setTerminal(true);
return $view;
but it makes the links in the top nav bar inactive. Thanks