if($this->song->real_artist_id != $this->song->artist_id){ echo $this->song->real_artist_name; }else{ echo $this->song->artist_name . ' '. $this->song->subartist; }?>15 B Flashback 2014 (0000)
if($this->params->get('showsongratings') ){ // show the rating system ?>
} ?>
|
![]() |
if($user->id && $this->params->get('showsongratings') ){ // show the rating system ?>
if(!$this->is_rated){ ?>
echo JText::_('RATE_THIS_SONG'); ?>echo JText::_('YOUR_RATING_ON_THIS_SONG'); ?>echo JText::_('Bookmark'); ?> |
if($this->params->get('showsongcomments') ){ // show the comments
switch($this->params->get('commentsystem')){
case 'jomcomment':
echo $this->jomcomment;
break;
default:
if( $quants = count( $this->comments )){ ?>
echo JText::_('Comments'). " (". $quants .")"; ?>
$k = 0;
foreach($this->comments as $comment){ ?>
} ?>
if($user->id){ ?>
echo $comment->username; ?>
echo JHTML::_('date', $comment->date, JText::_('DATE_FORMAT_LC2')); ?>
echo $comment->comment; ?>
echo JText::_('POST_A_COMMENT'); ?>
$uri =& JFactory::getURI(); ?>
} ?>
break;
}?>
} // end of show comments IF ?> |
« 15 A | Flashback 2014 Episodes | 16 A » |