Habari\AdminHandler::create_theme PHP Method

create_theme() public method

Create the active theme instance
public create_theme ( )
    public function create_theme()
    {
        $theme_dir = Plugins::filter('admin_theme_dir', Site::get_dir('admin_theme', true));
        $this->theme = Themes::create('admin', 'RawPHPEngine', $theme_dir);
    }