I went looking at several things this morning. My thinking is that Dynamic titles is the issue.
I have over 100 simple custom modules running....static pages really. I do the titles for those pages with this....
Code:
// Module_Name
if($name=="Module_Name"){
$name = " - Keywords - Keywords";
$newpagetitle = "$name";
}
|
kguske, If you do not mind I will send you a PM with a couple "Real World examples" I am really scratching my head over this one.
Dawg