1
rimas-ivory
Edit top menu
  • 2013/7/18 16:47

  • rimas-ivory

  • Just popping in

  • Posts: 1

  • Since: 2013/7/18


Hi there,

We are using Xoops 2.0 7dana.com theme for our website/forum and I'm just wondering how I can add/remove top menu items?

Can someone guide me please?

Thanks

2
MACTEP
Re: Edit top menu
  • 2013/7/20 8:15

  • MACTEP

  • Not too shy to talk

  • Posts: 127

  • Since: 2009/4/4 5


In the subject uses HTML5, at the moment would be wrong to use it , as long as not all browsers support it.
I propose to restore functionality of the theme to replace tags
<header> ... </header>
<
nav> ... </nav>
<
footer> ... </footer>

replaced
<div id="header"> ... </div>
<
div id="nav"> ... </div>
<
div id="footer"> ... </div>

in file style.css
header{
...
}
nav{
...
}
footer{
...
}

add #
#header{
...
}
#nav{
...
}
#footer{
...
}
Quote:
add/remove top menu items?
Your menu can be found in the tags nav