Once a skin has been selected in config.php {$Skin = 'triad';} is there way to refer to one of the skin's colors? For example if the skin has a .css file that defines a body background color like this:<br><br>
body { background:#AECCEB; } <br><br>Is there a way I can reference the body background color in the config.php file?<br><br>Thanks<br><br>