Components\ThemeManager\Controllers\Backend\ThemeManagerController::create PHP Method

create() public method

Show the form for creating a new theme.
public create ( ) : Response
return Response
    public function create()
    {
        $this->layout->title = 'New Theme Entry';
        $this->layout->content = View::make($this->link_type . '.' . $this->current_theme . '.theme_manager.create_edit');
    }