Fix themes.

This commit is contained in:
Lars Jung 2014-06-01 15:27:14 +02:00
parent 7e0420073b
commit 848e40da9c
9 changed files with 4 additions and 983 deletions

View file

@ -55,7 +55,7 @@ class App {
$icons = array();
foreach (array("file", "folder", "folder-page", "folder-parent") as $type) {
$icons[$type] = $this->get_icon($theme, $type, "default/icons/${type}.svg");
$icons[$type] = $this->get_icon($theme, $type, "fallback/icons/${type}.svg");
}
foreach ($types as $type => $exts) {
if (!array_key_exists($type, $icons)) {