summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-29 14:17:17 +0100
committerYorhel <git@yorhel.nl>2008-12-29 14:17:17 +0100
commitc72c8337be55b9d3d67dbd8fffa94389981b30ff (patch)
tree8af9ba6d8fe2b15fa6e7016afcab833088bb12ae /data/global.pl
parent3d9a9c134bf954c3c291a8c57f79f0e4264e8f78 (diff)
Set default skin to 'angel'
Diffstat (limited to 'data/global.pl')
-rw-r--r--data/global.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/global.pl b/data/global.pl
index 2c8a7a56..c791debe 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -18,7 +18,7 @@ our %S = (%S,
url => 'http://vndb.org',
url_static => 'http://s.vndb.org',
site_title => 'Yet another VNDB clone',
- skin_default => 'test',
+ skin_default => 'angel',
cookie_domain => '.vndb.org',
cookie_key => 'any-private-string-here',
sharedmem_key => 'VNDB',