MyBB Community Forums

Full Version: Navigation to display path
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My navigation bar on the top of the new theme I'm making isnt displaying the path. I put in

<a href="/index.php">DubKings</a>
-

to show the home.


[Image: a20a3989229696c9adfd82884cc5e63f.png]
You need to put "<navigation>"
(2011-01-09, 04:35 PM)Janota Wrote: [ -> ]You need to put "<navigation>"

Already did that, up top of my forums that bar is my navigation bar. But it dosent display the path.

Here is my current code for "nav"

<div class="navigation">
<img src="images/home.png" alt="Home" style="margin-bottom: -3px; margin-left: 1px;">
<a href="/index.php">DubKings</a>
-
</div>
You have to add the following in "header" template; (where ever you want)
<navigation>