IMPRESSUM: added 'clear' before footer

This commit is contained in:
Tobias Diekershoff 2012-08-27 17:39:52 +02:00
parent 6272aed8f2
commit e63e8bb2f0
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ function impressum_footer($a, &$b) {
$text = bbcode(get_config('impressum','footer_text'), true);
if (! $text == '') {
$a->page['htmlhead'] .= '<link rel="stylesheet" type="text/css" href="'.$a->get_baseurl().'/addon/impressum/impressum.css" media="all" />';
$b .= '<div class="clear"></div>';
$b .= '<div id="impressum_footer">'.$text.'</div>';
}
}