15 Aug
2008
15 Aug
'08
8:55 p.m.
Indeed, it appears that a theme() call was added in HEAD to init_theme().
To whomever added this: *THWAP* bad developer. No biscuit!
Did you mean to say " Indeed, it appears that a theme() was added in HEAD to system_init()"? If so, what is the alternative to that theme() call in system_init()? These are the lines we need to change: // Emit the META tag in the HTML HEAD section theme('meta_generator_html', $version); // Emit the HTTP Header too theme('meta_generator_header', $version); I can change it and submit a patch. Thanks Jon