MyBB Community Forums

Full Version: Editing Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In wich template I can find this code?
I have to edit the image but I can't find it.
#
# <!-- start: nav -->
#
# <div class="navigation">
# <!-- start: nav_bit -->
# <a href="http://computerandstuff.co.cc/forums/index.php">Computer And Stuff </a>
# <!-- end: nav_bit --><!-- start: nav_sep_active -->
# <br><img src=images/nav_bit.gif>
# <!-- end: nav_sep_active --><!-- start: nav_bit_active -->
# <span class="active">Portal</span>
# <!-- end: nav_bit_active -->
# </div>
# <!-- end: nav -->

Thanks.
I think you need to look at Navigation Templates -> nav_sep_active
Which Image are You talking about?
All the Templates seem to be in nav_bit .
The bit of code you posted is a collection of the Navigation templates; the actual nav is loaded in the header template, <navigation>
Yes.
Thanks you.