Are there still lofi and hifi audio options in JR5?
Installation and Configuration
{if jrUser_is_logged_in()}
// Put here the code to be run if the user is logged in
{/if}
hth
{if jrUser_is_logged_in()}
// Put here the code to be run if the user is logged in
{/if}
{foreach from=$_items item="item"}
{if $item.profile_quota_id == 6}
// Item row code here
{/if}
{/foreach}
{foreach from=$_items item="item"}
{if $item.profile_quota_id == 1}
// Item row code here
{/if}
{/foreach}