config->store_system == 'on') { ?>
where('user_id',$music->user->id)->getValue(T_CARD,'COUNT(*)');
if ($count > 0) {
echo $count;
}
?>
0) { echo $count; } ?>
config->tag_artist_system == 1) { ?>
where('artist_id',$music->user->id)->where('seen',0)->getValue(T_ARTISTS_TAGS,'COUNT(*)');
if ($R_Count > 0) {
echo $R_Count;
}
?>
{{HOOK LOAD_LOGGEDIN_ICONS}}