How Can I Change Button Icons?
Design and Skin Customization
Sorry for being so dense sometimes, but I am just not sure where to place the code. Here is the original:
{jrCore_item_create_button module="jrProfile" view="create" profile_id=$_profile_id title="Create new Profile" icon="profile_m.png"}
But of course the custom icon did not work. I tried this, but it did not work:
{jrCore_item_create_button module="jrProfile" view="create" profile_id=$_profile_id title="Create new Profile" {jrCore_icon icon="custom" size=30}}
Where should I put the icon code?