PDA

View Full Version : $pminfo Help


kamu
04-23-2003, 11:01 AM
Hey all
I need help on $pminfo..
I want to put $pminfo in the header.. but I am unable to do so.
Any Help Please?

assassingod
04-23-2003, 11:04 AM
Try placing

if ($newpm['messages']==0) {
$lightbulb='off';
} else {
$lightbulb='on';
}
eval("\$pminfo = \"".gettemplate('forumhome_pmloggedin')."\";");

} else {
$pminfo='';
}

In global.php

Untested, might work though

kamu
04-23-2003, 12:07 PM
nope, I had to fix a few }s but it still doesnt work... thnx anyway..