Quote:
Originally Posted by tgmorris
Nor do I. Have you tried putting in a
print_r ($userinfo);
in the php file and see what gets displayed. I find this valuable from time to time to make sure things are really as I think they are. If you are worried about other users seeing it you can wrap the print_r in a conditional so it only executes for admins.
After that I'm out of ideas. :ermm:
|
What template are you trying to display this in?