last_seen ? date("m\/d\/y - H:i",$client->last_seen) : _('Never'); $create_date = $client->create_date ? date("m\/d\/y - H:i",$client->create_date) : _('Unknown'); $client->format(); ?> fullname); ?>
: fullname; ?> : : : f_useage; ?> is_logged_in() AND $client->is_online()) { ?> |
id));
$object_ids = $tmp_playlist->get_items();
foreach ($object_ids as $song_id) {
$song = new Song($song_id);
$song->format();
?>
f_link; ?> |
" . _('Recently Played') . "\n"; $data = get_recently_played($client->id); require Config::get('prefix') . '/templates/show_recently_played.inc.php'; ?> |