More of these comments would just be overkill.
[specialops2.git] / res / themes.sql
blob1ac322d0e1050b89b9344a4be4c83af334356ccd
1 -- phpMyAdmin SQL Dump
2 -- version 2.6.4-pl3
3 -- http://www.phpmyadmin.net
4 -- 
5 -- Host: localhost
6 -- Generation Time: Nov 06, 2005 at 04:04 AM
7 -- Server version: 5.0.15
8 -- PHP Version: 5.0.5-pl3-gentoo
10 SET FOREIGN_KEY_CHECKS=0;
12 SET AUTOCOMMIT=0;
13 START TRANSACTION;
15 -- 
16 -- Database: `boards`
17 -- 
19 -- 
20 -- Dumping data for table `themes`
21 -- 
23 INSERT INTO `themes` VALUES (1, 'FurryFAQs', 'furry.css');
24 INSERT INTO `themes` VALUES (2, 'GameFAQs Classic', 'gamefaqs.css');
25 INSERT INTO `themes` VALUES (3, 'ScalyFAQs', 'scaly.css');
26 INSERT INTO `themes` VALUES (4, 'GameFAQs Hell II', 'gfh2.css');
27 INSERT INTO `themes` VALUES (5, 'B-Type', 'b-type.css');
28 INSERT INTO `themes` VALUES (6, 'Starlight', 'starlight.css');
30 SET FOREIGN_KEY_CHECKS=1;
32 COMMIT;