1 installer.pages.inc installer_browser_installation_theme_next($form, &$form_state)

Submit callback for installer_browser_installation_theme_form().

Continues the installation wizard, taking the user to the module enabling page.

File

core/modules/installer/installer.pages.inc, line 605
Page callbacks used by the Installer browse pages.

Code

function installer_browser_installation_theme_next($form, &$form_state) {
  backdrop_goto('admin/installer/install/enable');
}