summaryrefslogtreecommitdiff
path: root/data/global.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-23 12:06:42 +0100
committerYorhel <git@yorhel.nl>2008-12-23 12:06:42 +0100
commitc59111e989844e670aea7a1e6af3bdd134e6cebc (patch)
tree13c2b72f8179e285baa365ea054f5123c8336699 /data/global.pl
parentc435aa0b2b60e785d2b5447e751c761736f8852c (diff)
Added skin selector to profile page
Diffstat (limited to 'data/global.pl')
-rw-r--r--data/global.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/global.pl b/data/global.pl
index bb4bfe4a..8b5b8297 100644
--- a/data/global.pl
+++ b/data/global.pl
@@ -13,11 +13,12 @@ our %O = (
# VNDB-specific options (object_data)
-our %S = (
+our %S = (%S,
version => `cd $VNDB::ROOT; git describe` =~ /^(.+)$/ && $1,
url => 'http://vndb.org',
url_static => 'http://s.vndb.org',
site_title => 'Yet another VNDB clone',
+ skin_default => 'test',
cookie_domain => '.vndb.org',
cookie_key => 'any-private-string-here',
sharedmem_key => 'VNDB',