Closed (fixed)
Project:
footermap: a footer site map
Version:
5.x-2.x-dev
Component:
Miscellaneous
Priority:
Minor
Category:
Support request
Assigned:
Reporter:
Created:
9 Aug 2007 at 19:35 UTC
Updated:
23 Aug 2007 at 21:33 UTC
I have run into some theme issues with garland - the default theme in drupal 5.x. You'll notice that this theme has a $footer_message and a $closure defined. This is confusing. Drupal's hook_footer uses $closure as the "footer". Things looked pretty ugly having $closure outside the main block (for a center-weighted site).
Instead I moved the print $closure statement right above/below the print $footer_message statement in page.tpl.php.
This let me style footermap and still have it render using the main width (for example center-weighted, but text-align right).
Ugh. Themes.
Comments
Comment #1
(not verified) commented