From: Shane <sh...@lo...> - 2005-10-25 04:37:33
|
question regarding the css_type table: currently I see these types defined: mysql> select * from css_type; +------+------------+----------+ | ctid | name | ordernum | +------+------------+----------+ | 1 | base | 1 | | 2 | page | 2 | | 3 | theme | 3 | | 4 | user_theme | 5 | | 5 | print | 6 | | 6 | skin | 4 | | 7 | handheld | 7 | +------+------------+----------+ 7 rows in set (0.13 sec) if a plugin adds a .css file, what should the type be? (I thought maybe 'plugin', but there's no such type). what's the 'user_theme' for? Shane |