2
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