Footer for Webpages
I am looking for a way to add a custom footer with imprint to my webpages.
It should be at the bottom in the middle.
When I put text in the [region=footer] tag, it is at the bottom left.
If I insert the footer in a block in the [region=middle], then it is not displayed at all.
What am I doing wrong?
My Layout looks like that:
[template]default[/template]
[region=nav][menu=horizontal][var=wrap]none[/var]mymenu[/menu][/region]
[region=middle]$content[/region]
[region=footer]Footertext[/region]
or
[template]default[/template]
[region=nav][menu=horizontal][var=wrap]none[/var]mymenu[/menu][/region]
[region=middle]
$content
[block]footer[/block]
[/region]