Przejdź do treści
Strona główna » Ludzie, których ulubionym kolorem jest niebieski

Ludzie, których ulubionym kolorem jest niebieski

’;
while ($account = db_fetch_object($result)) {
$account = user_load(array(’uid’ => $account->uid));
$profile = _profile_update_user_fields($fields, $account);
$output .= theme(’profile_listing’, $account, $profile);
}
$output .= ’

’;
$output .= theme(’pager’, NULL, 20);

return $output;
?>

’;
while ($account = db_fetch_object($result)) {
$account = user_load(array(’uid’ => $account->uid));
$profile = _profile_update_user_fields($fields, $account);
$output .= theme(’profile_listing’, $account, $profile);
}
$output .= ’

’;
$output .= theme(’pager’, NULL, 20);

return $output;
?>