install_no_profile_error
./install.php, строка 498
- Версии
- 5 – 6
install_no_profile_error()
Show an error page when there are no profiles available.
Код
<?php
function install_no_profile_error() {
drupal_maintenance_theme();
drupal_set_title(st('No profiles available'));
print theme('install_page', '<p>'. st('We were unable to find any installer profiles. Installer profiles tell us what modules to enable and what schema to install in the database. A profile is necessary to continue with the installation process.') .'</p>');
exit;
}
?>
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии