\n
".$locale['uf_shouts-stat']."
\n
\n"; if (defined('SHOUTBOX_PANEL_EXIST')) { $user_fields .= "--"; } else { $user_fields .= "
".$locale['uf_shouts-stat_na']."
"; } $user_fields .= "
\n\n"; } } else if ($profile_method == "display") { if (defined('SHOUTBOX_PANEL_EXIST')) { $user_fields = [ 'title' => $locale['uf_shouts-stat'], 'value' => number_format(dbcount("(shout_id)", DB_SHOUTBOX, "shout_name='".intval($_GET['lookup'])."'")) ]; } }