Skip to content

Commit 8517e29

Browse files
authored
initially get active theme from config
1 parent 2a66d90 commit 8517e29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Managers/Theme.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ public function __construct(Container $app, ViewFinderInterface $finder, Reposit
8181

8282
$this->basePath = $this->config['theme.theme_path'];
8383

84+
$this->activeTheme = $this->config['theme.active'];
85+
8486
$this->scanThemes();
8587
}
8688

0 commit comments

Comments
 (0)