The navigation bar (navbar
for short) is a menu in LetsChat that can be used to navigate through and between different pages, it is straightforward to customise and add extra sections to.
In LetsChat 6.0.2 and onwards, there is now a navbar
template located in the Components
sub-directory under src
directory.
links
are located and can be customised/extended:<div class="collapse navbar-collapse" id="myNavbar">
<ul class=" nav navbar-nav">
<li><a href="extra.html">Experiments</a></li>
<li><a href="filter.html">Realtime Filters</a></li>
<li><a href="#whatsnew"> </a></li>
<li><a href="#contact"> </a></li>
</ul>
</div>
<a class="navbar-brand" href="kwitter_room.html">
LetsChat
</a>
navbar
now has a new file for theming it, making it independent from the universal style.css
file.