mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-30 15:05:15 -04:00
Fix themes.
This commit is contained in:
parent
7e0420073b
commit
848e40da9c
9 changed files with 4 additions and 983 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue