Tetra WebBBS Configuration

%Navbar_Links

%Navbar_Links is a hash variable to define the names and URLs of any "extra" links to appear in the navigation bar of the index page. These could be links to FAQs, policies pages, archive boards, home page, etc.
Example:

%Navbar_Links = (
    'Welcome' => 'welcome.html',
    'Help',=> 'help.html'
);