Specifying Custom Layout and Custom Navbar
If I remember right, you could specify a different navbar based on the php layout template you were using.
For example, navbar_default.tpl
would be used for default.php
, and navbar_custompage.tpl
would be used for custompage.php
.
But that does not seem to work.
This is the code in custompage.php to call the navbar. Does it need any other parameters?
<?php if(x($page,'nav')) echo $page['nav']; ?>