Please Critique My Site Before I move on further
Design and Skin Customization
Looking good!
{if $profile_showplaylist == on}
{jrCore_list module="jrPlaylist" order_by="_created desc" search1="playlist_featured = on" template="my_profile_playlist_embed.tpl" limit="1"}
{/if}
{if isset($_items)}
{foreach from=$_items item="item"}
{jrPlaylist_util mode="embed_playlist" playlist_id=$item.playlist_id template="my_profile_playlist.tpl"}
{/foreach}
{/if}