Fixed
[specialops2.git] / res / themes.sql
blobb3e5aa649ddb03ac28012b0936a178dec3f6ecbb
1 -- phpMyAdmin SQL Dump
2 -- version 2.8.0.2
3 -- http://www.phpmyadmin.net
4 -- 
5 -- Host: localhost
6 -- Generation Time: Apr 18, 2006 at 01:31 AM
7 -- Server version: 5.0.19
8 -- PHP Version: 5.1.2-pl1-gentoo
9 -- 
10 -- Database: `so2-dev`
11 -- 
13 -- --------------------------------------------------------
15 -- 
16 -- Table structure for table `themes`
17 -- 
19 CREATE TABLE `themes` (
20   `themeid` tinyint(3) unsigned NOT NULL auto_increment,
21   `theme_name` char(20) NOT NULL,
22   `css_file` char(20) NOT NULL,
23   PRIMARY KEY  (`themeid`)
24 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 PACK_KEYS=0 ROW_FORMAT=FIXED AUTO_INCREMENT=9 ;
26 -- 
27 -- Dumping data for table `themes`
28 -- 
30 INSERT INTO `themes` VALUES (1, '(Site Default)', 'default');
31 INSERT INTO `themes` VALUES (2, 'GameFAQs Classic', 'gamefaqs');
32 INSERT INTO `themes` VALUES (3, 'Scalyfux', 'scaly');
33 INSERT INTO `themes` VALUES (4, 'GameFAQs Hell II', 'gfh2');
34 INSERT INTO `themes` VALUES (5, 'B-Type', 'b-type');
35 INSERT INTO `themes` VALUES (6, 'FO3 Winter Theme', 'frozenoven_winter');
36 INSERT INTO `themes` VALUES (7, 'Frozen Midnight 2', 'fm');
37 INSERT INTO `themes` VALUES (8, 'GFCSS 10', 'gfcss10');