summaryrefslogtreecommitdiff
path: root/util/vndb.pl
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-01-15 10:28:43 +0100
committerYorhel <git@yorhel.nl>2009-01-15 10:30:25 +0100
commit7fa831a278c6e0f8d42d44969b562c82ae717400 (patch)
tree09680d3aa3c8f275602bd5b2d47ea25dd414202e /util/vndb.pl
parent11db922d4a29ea04220a6dac69ceb2af76b4e38d (diff)
Moving style.css to data/
Diffstat (limited to 'util/vndb.pl')
-rwxr-xr-xutil/vndb.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/vndb.pl b/util/vndb.pl
index fef5a438..ca61836f 100755
--- a/util/vndb.pl
+++ b/util/vndb.pl
@@ -84,7 +84,7 @@ sub handle404 {
sub readskins {
my %skins; # dirname => skin name
my @regen;
- my $lasttemplate = [stat "$ROOT/data/skingen/style.css"]->[9];
+ my $lasttemplate = [stat "$ROOT/data/style.css"]->[9];
for my $f (glob "$ROOT/static/s/*") {
next if !-e "$f/conf";
my $n = $1 if $f =~ m{([^/]+)$};