solved {jrCore_skin="..."}

alt=
@dim
7 years ago
167 posts
Hi guys,

How do I correct set such a condition?

{jrCore_skin="jrAudioPro"}
something1
{else}
something2
{/if}

I'm looking for any options to realize such a condition.
updated by @dim: 04/30/17 02:10:11PM
douglas
@douglas
7 years ago
2,790 posts
Try:

{if $_conf.jrCore_active_skin == "jrAudioPro"}
something1
{else}
something2
{/if}

Hope this helps!


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos
alt=
@dim
7 years ago
167 posts
That helped.
Thank you so much, @douglas!
douglas
@douglas
7 years ago
2,790 posts
Your Welcome! :)


--

Douglas Hackney
Jamroom Team - Designer/Developer/Support
FAQ-Docs-Help Videos

Tags