Merge branch 'master' of git.froxlor.org:froxlor

This commit is contained in:
Michael Kaufmann (d00p)
2011-03-02 07:27:24 +01:00
9 changed files with 66 additions and 55 deletions

View File

@@ -37,7 +37,7 @@ function getThemes()
&& $it->getFilename() != '.svn'
&& $it->getFilename() != 'misc'
) {
$themes_available[] = $it->getFilename();
$themes_available[$it->getFilename()] = $it->getFilename();
}
}
}