Countryname on artist page

0
I am using MC a little bit different cause I have one artist: Madonna.

Have a look here: http://www.madonna.nl/madonnaned/muziek/discografie/1/22-4-minutes

The artist name is '4 Minutes' (a Madonna single).
I have added all the different releases from '4 Minutes'.

On this page I also want to display the country the release is made in.
You can see it where I have typed COUNTRY NAME HERE.
I want this because for Madonna collectors it is handy to know this information because there are a lot of release which have the same format/type. So they know the difference...

I have played a bit and even put this code at that place:
?php echo $this->album->edition_country; ?



But the country is not showing... I think that information is not loaded on this page?

How can I adjust this page so I can display the country name?
Responses (2)
  • Accepted Answer

    Tuesday, January 31 2012, 01:28 PM - #Permalink
    0
    in this page the variable is not $this->album, it's $this->detail_album
    The reply is currently minimized Show
  • Accepted Answer

    Friday, February 03 2012, 09:08 PM - #Permalink
    0
    germi wrote:
    in this page the variable is not $this->album, it's $this->detail_album


    Thanks! It workded!
    The reply is currently minimized Show
Your Reply