auto-nav disappears

Permalink
I'm trying to implement a theme for my site. I used:

<?php 
$an = new Area('Header Nav');
$an->display($c);
?>


I worked great. But now i wrote a new page type, and wrote the same - however, the menu didn't appear :/
I then tried to make an exact copy of default.php, and the menu still doesn't appear. Any idea what could be wrong?

 
frz replied on at Permalink Reply
frz
a new page type is a new object model to concrete5, the block areas in it are specific to it. You have to add that autonav to the page type defaults.