Topic: some integration-footer-style question
Hello
I am trying to make some wrapper around forum, so basicly what i did so far:
- removed html, body, tags from templates
- wrote extension, that adds header, footer (header is inserted at hook hd_head, then <div id="content"> is inserted at hook hd_end and lastly footer is inserted at hook ft_end)
the problem is with this red line on the picture. This line should be right above the footer and under the forum.
(without those strings (on the right) bla<br>bla<br>bla<br>, this line would be even higher ( i am printing this string in the footer - right before closing 'content' div))
it should look something like this (forum should be placed instead of blablablabla...)
Any suggestions what might be wrong?