forked from science-ation/science-ation
3 lines
201 B
MySQL
3 lines
201 B
MySQL
|
INSERT INTO `config` ( `var` , `val` , `category` , `type` , `type_values` , `ord` , `description` , `year`) VALUES (
|
||
|
'theme', 'default', 'Global', 'text', '', '850', 'Theme for colours/icons', '-1');
|