C5 Menu Bar doesn`t show up any more

Permalink
Hello,
I used a theme in Concrete5.4.2.2 and it worked fine! No problems!
Now I transferred my theme to the latest version 5.5.0, but the C5 Menu Bar doesn`t show up any more! So nothing to edit .... :-(

Is there something new in Version 5.5.0 with:
<?php Loader::element('header_required'); ?>

In the standard theme "greek yoghurt" the C5 Menu Bar shows up propperly ...... Strange.

Thanks in advance! :-)

 
NBardales replied on at Permalink Reply
NBardales
There's a new (old) code you HAVE to include, just before the ending body tag of your document:

<?php Loader::element('footer_required'); ?>


That should do the trick. By the way, this solution was already posted.
jeanmeyer replied on at Permalink Reply
Hey NBardales,
thanks a lot. That was the trick!
You made me happy ... *Smile*