Jamroom and CDN
Jamroom Help
Ok I guess I'll make the test. Thanks for your time
<div class="col4 last">
<div class="profile_actions">
{ujSkype_button skype_name="{$profile_ujSkype_skype_name}" type="icon+text" size="small" functions="call"}
{jrCore_module_function function="jrFollower_button" profile_id=$_profile_id title="Follow This Profile"}
{jrCore_item_update_button module="jrProfile" view="settings/profile_id=`$_profile_id`" profile_id=$_profile_id item_id=$_profile_id title="Update Profile"}
{if jrUser_is_admin()}
{jrCore_item_create_button module="jrProfile" view="create" profile_id=$_profile_id title="Create new Profile"}
{/if}
{if jrUser_is_master()}
{jrCore_item_delete_button module="jrProfile" view="delete_save" profile_id=$_profile_id item_id=$_profile_id title="Delete this Profile" prompt="Are you sure you want to delete this profile?"}
{/if}
</div>