anna8097 Posted December 10, 2012 Share Posted December 10, 2012 (edited) Hi all. There's a problem... div#header includes content block. And div#footer gets into div#wrapper. Html template has such structure: <div id="wrapper"> <div id="header"></div> <div id="content"></div> </div> <div id="footer"></div> but when I've pasted my html markup in tpl files and viewed the source, I got this <div id="wrapper"> <div id="header"> <div id="content"></div> </div> <div id="footer"></div> </div> footer.tpl begins with </div><!-- #content ends --> <div id="footer"></div> I've watched header and footer tpl files of default theme and found there this code {if !$content_only} {/if} I tried different ways but everything got failure. Where should I place it? Thanks for your replies Edited December 10, 2012 by anna8097 (see edit history) Link to comment Share on other sites More sharing options...
Dh42 Posted December 10, 2012 Share Posted December 10, 2012 This is normal structure, I guess I don't understand the problem you are having. Do you have a link so I can see it? Link to comment Share on other sites More sharing options...
anna8097 Posted December 10, 2012 Author Share Posted December 10, 2012 (edited) Dh42, thank you for attention. It seems that I've just found the error. I made some changes in blocktopmenu module and forgot to close </div> tag. Sorry for my inadvertence. Now everything is ok. Edited December 11, 2012 by anna8097 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now