Hope it's the right place.
I want to add new background by forum id, FORUM_ID eq 'XX' diablo background, FORUM_ID eq 'XX2' cars background, etc'..
So i was thinking to use:
Code: Select all
<!-- IF FORUM_ID eq '3' --> new css file with new background<!-- ENDIF -->
<!-- IF FORUM_ID eq '4' --> new css file with new background<!-- ENDIF -->
<!-- IF FORUM_ID eq '5' --> new css file with new background<!-- ENDIF -->
Is there other way to do it / better one?
Thanks!