How do I populate the header like the one in the forum such as
Home Guidelines FAQ Chat Donate
and make the application load on click of Home
I realise in the forum.blade.php
<div id="header-primary" class="Header-primary"></div>
<div id="header-secondary" class="Header-secondary"></div>
Needs to be populated with links like how it is populated in the application.
A note above in the file states
NOTE: You shouldn't edit this file directly. Your changes will be overwritten
when you update Flarum. See flarum.org/docs/templates to learn how to
customize your forum's layout.
Which Javascript / PHP should I change to populate this custom header?