Change Language for ($profile_location) Label
Design and Skin Customization
Hello,
Try the profile module language tab.
Hope this helps!
{if jrCore_is_mobile_device()}
{jrCore_module_function
function="jrImage_display"
module="jrAudio"
type="audio_image"
item_id=$item._item_id
size="xlarge"
crop="auto"
class="img_scale"
alt=$item.audio_title
style="max-width:72px;max-height:72px;"
}{else}
{jrCore_module_function
function="jrImage_display"
module="jrAudio"
type="audio_image"
item_id=$item._item_id
size="xlarge"
crop="auto"
class="img_scale"
alt=$item.audio_title
width=false
height=false
}{/if}
{if jrCore_is_mobile_device()}
{jrCore_module_function
function="jrImage_display"
module="jrAudio"
type="audio_image"
item_id=$item._item_id
size="xlarge"
crop="auto"
class="img_scale"
alt=$item.audio_title
width=72
height=72
}{else}
{jrCore_module_function
function="jrImage_display"
module="jrAudio"
type="audio_image"
item_id=$item._item_id
size="xlarge"
crop="auto"
class="img_scale"
alt=$item.audio_title
width=false
height=false
}{/if}