0
Good day!
I am trying to write a code to display on album page the artist image.
I tried
echo MusColHelper::image(MusColHelper::getArtistThumbnailSrc($this->artist->picture, $this->artist->artist_name, $this->params->get('thumb_size_artist_profile',200), array("class" => "artist_picture_profile span12")));
and
echo MusColHelper::createThumbnailArtist($this->artist->picture, $this->artist->artist_name, $this->params->get('thumb_size_artist_profile',200), array("class" => "artist_picture_profile span12"));
but this doesn't displays it. I check other rendering functions but not successful. Any suggestions to get it?
I am trying to write a code to display on album page the artist image.
I tried
echo MusColHelper::image(MusColHelper::getArtistThumbnailSrc($this->artist->picture, $this->artist->artist_name, $this->params->get('thumb_size_artist_profile',200), array("class" => "artist_picture_profile span12")));
and
echo MusColHelper::createThumbnailArtist($this->artist->picture, $this->artist->artist_name, $this->params->get('thumb_size_artist_profile',200), array("class" => "artist_picture_profile span12"));
but this doesn't displays it. I check other rendering functions but not successful. Any suggestions to get it?
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »