Closed (fixed)
Project:
Used modules
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jun 2008 at 10:16 UTC
Updated:
20 Jun 2008 at 00:04 UTC
I'm customizing the user profile with the help of this code and putting in template.php. But when i login to site then nothing is displaythe blank screen come in front of me. But when i use the code after login and update the template.php user profile customize....then user profile works but other functionalities create problems...Plz help
The code below i'm using in template.php
function phptemplate_user_profile($user, $fields = array())
{
return _phptemplate_callback('user_profile', array('user' => $user, 'fields' => $fields));
}
my user profile page is user_profile.tpl.php
Comments
Comment #1
Narno commented