Closed (fixed)
Project:
Page Title
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2008 at 10:32 UTC
Updated:
7 Jun 2008 at 02:42 UTC
I have a weird problem. All the nodes of the same node type gets the latest page title set.
I'm using a custom sub theme to zen 5.x-1.0 for drupal 5.7.
function mysubtheme_preprocess_page(&$vars) {
if (module_exists('page_title')) {
$vars['head_title'] = page_title_page_get_title();
}
}
Anyone got the same problem? Or know some things I can try? I have normal cache on the page, tried without cache, same result.
Comments
Comment #1
nicholasthompsonVery strange - I'll have to try Zen...
Comment #2
wayland76 commentedJust to help with prioritisation; some of my sites use Zen, and I'd eventually like to add Page Title (after I migrate to 6.x for those sites).
Comment #3
nicholasthompsonI personally dont know a lot about Zen - so I'll need to find time to learn it before I can debug this one. Postponing for now...
Comment #4
wayland76 commented@detot: Quick question -- I was under the impression that the _preprocess_page hooks only worked on 6.x; unless you know something I don't, this won't work on a 5.x install.
Comment #5
detot commentedzen template adds this in 5.0
Comment #6
detot commentedthe latest alpha seems to fix this problem.
Comment #7
wayland76 commentedLets call it fixed then.
Comment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.