{jr_custom_skin}
The {jr_custom_skin} template function is used within Jamroom Profile Theme "header" templates to ensure the proper custom CSS file is linked to when the profile page is rebuilt or viewed. Without using the {jr_custom_skin} template function, your Profile Theme cannot support profile custom skins.
Parameters:
Name |
Type |
Required |
Default |
Description |
band_id |
number |
yes |
n/a |
The "band_id" parameter is required and tells Jamroom which artist/member id the custom CSS file should be shown for. |
theme |
string |
yes |
n/a |
The "theme" parameter tells Jamroom which "base" profile theme the custom skin has been created for. This should always be the name of the Profile Theme the {jr_custom_skin} function is being used in (i.e. "Cobalt3", "Sage", etc.) |
Example Usage:
{jr_custom_skin band_id=$BAND_ID theme="Sage"}
|
|