Addons:Theme

From GExtension Wiki
Jump to navigation Jump to search

All themes must be a PHP file ending with ".css.php". To process the file it's necessary to add the following line to the code:

header('Content-type: text/css');

The GET parameter "color" contains the current style color ('#12345' will be '12345') if you want to use it.