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
le="color: #000000"><?php <header> ... </header> <nav> ... </nav> <footer> ... </footer>
replaced
le="color: #000000"><?php <div id="header"> ... </div> <div id="nav"> ... </div> <div id="footer"> ... </div>
in file style.css
le="color: #000000"><?php header{ ... } nav{ ... } footer{ ... }
add #
le="color: #000000"><?php #header{ ... } #nav{ ... } #footer{ ... }
Quote:
add/remove top menu items?
Your menu can be found in the tags nav