According to the documentation that comes with 6.x-2.x, you still have to add the _phptemplate_variables function. However, according to this:
...that's no longer supported.
According to the documentation that comes with 6.x-2.x, you still have to add the _phptemplate_variables function. However, according to this:
...that's no longer supported.
Comments
Comment #1
wayland76 commentedAdditionally, allow me to point out this link:
http://drupal.org/node/223430
...according to that, we should be able to add a page_title_preprocess_page function, and everything should be happy.
Comment #2
wayland76 commented(My point being, this means we no longer need to edit themes! Yay!)
Comment #3
nicholasthompsonIn theory - yes. I looked into this and, for some reason, believed this wasn't possible. I'll look into this.
Comment #4
wayland76 commentedI was assuming that the relevant item was:
moduleName_preprocess_hook
which would translate (I believe) to:
page_title_preprocess_page()
Anyway, what I did to get it working for me was to modify the phptemplate_preprocess_page function in the garland theme, rather than _phptemplate_variables as that last no longer works.
HTH,
Comment #5
nicholasthompsonThis has been committed to DRUPAL-6--2.
http://drupal.org/cvs?commit=114743
Thanks guys - this makes life a LOT easier.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.