When I place block in the footer region, it does not appear. This region is not highlighted.

Nice and neat theme!
Thanks for help

CommentFileSizeAuthor
#2 page.tpl_.php_.zip1.12 KBanonymous07

Comments

anonymous07’s picture

Same issue seen here.

BTW, I believe the fix is here:

  • (D5 to D6 theme changes)
  • "$footer_message has become $footer, but when you output it, it should be echo $footer_message . $footer" in page.tpl.php

I will try it and report back.

I am not yet familiar with how to submit a patch for consideration.

anonymous07’s picture

StatusFileSize
new1.12 KB

Bingo that worked for me!

I have attached the new version (zipped) that works for me per the instructions above. Thanks

jvieille’s picture

That works!
Just a problem: one would expect that items in footer would be aligned one beside each other. Here, they appear as a vertical bullet list.
Do you know how to change that?

Thank you!

anonymous07’s picture

jveille, are you sure?

I am not seeing that behavior at all (i.e. it is displaying as expected on a site I am testing that is using the D6 version) ... can you show me an example (and what your block code looks like)?

itapplication’s picture

Status: Active » Closed (fixed)

Fix in 6.x--1.x branch stable release. Work around footer message and block in footer.