Theme Problem
Permalink
I have created a custom theme which appears to work flawlessly... as part of my header I am using...
<?php
$a = new Area('Header Nav');
$a->display($c);
?>
...to display a menu bar which lists my many pages perfectly.
Now...
I have since edited the concrete/config/theme_paths.php to use my theme for pages such as login and page_not_found... the theme displays correctly EXCEPT that on all the single pages (login, page_not_found etc..) the menu bar (ie.. the code above) doesn't display the menu (it's blank!!)... but it still displays correctly in my normal content pages... why is this??... any ideas..?? ... I have searched the forum but couldn't find an answer.
<?php
$a = new Area('Header Nav');
$a->display($c);
?>
...to display a menu bar which lists my many pages perfectly.
Now...
I have since edited the concrete/config/theme_paths.php to use my theme for pages such as login and page_not_found... the theme displays correctly EXCEPT that on all the single pages (login, page_not_found etc..) the menu bar (ie.. the code above) doesn't display the menu (it's blank!!)... but it still displays correctly in my normal content pages... why is this??... any ideas..?? ... I have searched the forum but couldn't find an answer.
I must say... I do like concrete5 as a CMS... it aint the best but it's a world away from being the worst... and for me it ticks all the 'simplicity' boxes.