|
|
|
|
|
= 1) {
$final = $amount;
$time_place++;
if ($time_place <= 2) {
$amount = floor($amount/60);
}
if ($time_place == '3') {
$amount = floor($amount/24);
}
if ($time_place == '4') {
$amount = floor($amount/7);
}
if ($time_place == '5') {
$amount = floor($amount/4);
}
if ($time_place == '6') {
$amount = floor ($amount/12);
}
}
$time_string = $final . ' ' . $time_unit[$time_place];
$song->format();
?>
fullname); ?>
|
f_link; ?> |
f_album_link; ?> |
f_artist_link; ?> |
|
|
|
|
|
|