IMPRESSUM: added 'clear' before footer
This commit is contained in:
parent
6272aed8f2
commit
e63e8bb2f0
1 changed files with 1 additions and 0 deletions
|
@ -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>';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue