class LastFMView {
public static function render_sidebar($LastFMUsername, $UserID, $OwnProfile) {
$LastFMInfo = LastFM::get_user_info($LastFMUsername);
?>
Last.fm
-
Username: =$LastFMUsername?>
>
-
Show more info
//Append the reload stats button only if allowed on the current user page.
$Response = G::$Cache->get_value("lastfm_clear_cache_$UserID");
if (empty($Response)) { ?>
Reload stats
} ?>
}
}