This commit is contained in:
Lars Jung 2014-12-28 03:22:12 +01:00
parent 97a839c1ac
commit c7adecdbfe
2 changed files with 2 additions and 2 deletions

View file

@ -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
*/

View file

@ -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();