Add onAdminThemeInitialized event into admin Themes::init()

This commit is contained in:
Matias Griese
2015-12-02 17:22:48 +02:00
parent 09cbe091df
commit f3506291a6

View File

@@ -14,5 +14,7 @@ class Themes extends \Grav\Common\Themes
/** @var Themes $themes */
$themes = $this->grav['themes'];
$themes->configure();
$this->grav->fireEvent('onAdminThemeInitialized');
}
}