I would like to add a header on top of my red bar where it says search, home login/register ect...
http://www.youtofriends.com
I would like to add a header on top of my red bar where it says search, home login/register ect...
http://www.youtofriends.com
You will want to edit /includes/templates/your_template/common/tpl_header.php. Your template copy of the file has had a lot of standard code removed or disabled, I can't tell which from here; but you would add your logo or whatever div between the code sections that output
<div id="headerWrapper">
and
<!--bof-navigation display-->
<div id="navMainWrapper">
If the "logoWrapper" section is still in the file, you can move that section to above the navMainWrapper section.