I really appreciate Patrick for releasing for free such amazing Moodle Themes like Autumn and Senerity.
However, I noticed that there is no Language Menu in Senerity. I also tried to look at the Demo page of Senerity and found the same problem while the language menu was available for Autumn.
So is this your intension, Patrick?
I intentionally left this out in order to put the login in the header. If you want to add it back in:
- Open header.html.
- Add
after
(line 23)
- Save.
Thank you for the steps but I think the new addition should be
<div class="headermenu"><?php echo $menu ?></div>
<div class="headermenu"><?php echo $menu ?></div>
YOu are corrct. My mistake!