Okay, I am making a skin with a color picker in it and well need some help.
Here is the php code I use on IPB skins:
What would be the equivalent for Xenforo?
Here is the php code I use on IPB skins:
PHP:
<php> $skinColor = ( ( IPSCookie::get('SkinColor') ) ? IPSCookie::get('SkinColor') : '57a5d1' ); </php>
What would be the equivalent for Xenforo?