Closed (won't fix)
Project:
Localization client
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2007 at 16:32 UTC
Updated:
20 Apr 2010 at 13:59 UTC
From Gabor:
l10n_client uses hook_footer() which is the last time we can add output to the theme, but unfortunately Drupal 5 does not fill in this variable last when building the variable list for phptemplate themes. In fact it builds it quite early, as "theme_closure" does the code building and "closure" is early in the alphabet. Heh. We fixed this in Drupal 6 core quite some time ago, but [...] the l10n_client patch for Drupal 5 should probably include a change to move the theme('closure') call in phptemplate.engine down the list.
"In the meantime, you can do it yourself, and move the theme('closure') to be the last list item in the code, you will see."
Comments
Comment #1
gábor hojtsyDrupal 5 is nearing end-of-life so we are not working on the D5 version of this module anymore.