Skip to content

Commit

Permalink
Initialize theme in Admin Plugin (#1069)
Browse files Browse the repository at this point in the history
* Initialize theme in Admin Plugin

* Updated changelog
  • Loading branch information
Sommerregen authored and rhukster committed Apr 14, 2017
1 parent cb45ea6 commit 735111c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
## 04/xx/2017

1. [](#improved)
* Initialize theme in Admin Plugin [#1069](https://github.com/getgrav/grav-plugin-admin/pull/1069)
* Use new system configuration entries for username and password format
* Reworked Page parent field to use `Pages::getList()` rather than logic in Twig field itself
* More robust styling of admin themes page [#1067](https://github.com/getgrav/grav-plugin-admin/pull/1067)
Expand Down
1 change: 1 addition & 0 deletions classes/themes.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public function init()
/** @var Themes $themes */
$themes = $this->grav['themes'];
$themes->configure();
$themes->initTheme();

$this->grav->fireEvent('onAdminThemeInitialized');
}
Expand Down

0 comments on commit 735111c

Please sign in to comment.