I am setting up an administrative system and one of the administrator options is to control various page color settings. But I'm having a hard time figuring out the best way to put these settings on the site.
I thought about creating a style sheet with only the settings that the admin will modify and put the php code that pulls this information from the database, but how to do it? Can I simply put a PHP extension on that sheet that everything will work?
NOTE: I am using Codeigniter in this project.