mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-04-20 12:32:10 +02:00
Fix.
This commit is contained in:
parent
97a839c1ac
commit
c7adecdbfe
@ -26,7 +26,7 @@ Options
|
||||
The user selected view size is also stored local in modern browsers
|
||||
so that it will be persistent.
|
||||
- smartBrowsing: use History API if available (no need to reload the whole page)
|
||||
- theme: name of one of the folders in "_{{pkg.name}}/client/themes", defaults to builtin fallback
|
||||
- theme: name of one of the folders in "_{{pkg.name}}/images/themes", defaults to "default"
|
||||
- unmanaged: don't manage folders containing one of those files
|
||||
- unmanagedInNewWindow: open unmanaged links in new window/tab
|
||||
*/
|
||||
|
@ -54,7 +54,7 @@ class App {
|
||||
public function get_theme() {
|
||||
|
||||
$theme = $this->options["view"]["theme"];
|
||||
$theme_path = APP_PATH . "/client/images/${theme}";
|
||||
$theme_path = APP_PATH . "/client/images/themes/${theme}";
|
||||
|
||||
$icons = array();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user