13 calls to drupal_maintenance_theme() in Drupal 5
- db_connect in includes/
database.mysqli.inc - Initialise a database connection.
- db_connect in includes/
database.mysql.inc - Initialize a database connection.
- db_connect in includes/
database.pgsql.inc - Initialize a database connection.
- db_set_active in includes/
database.inc - Activate a database for future queries.
- install_already_done_error in ./
install.php - Show an error page when Drupal has already been installed.
- install_change_settings in ./
install.php - Configure and rewrite settings.php.
- install_check_requirements in ./
install.php - Page to check installation requirements and report any errors.
- install_complete in ./
install.php - Page displayed when the installation is complete. Called from install.php.
- install_missing_modules_error in ./
install.php - Show an error page when Drupal is missing required modules.
- install_no_profile_error in ./
install.php - Show an error page when there are no profiles available.
- install_select_locale in ./
install.php - Find all .po files for the current profile and allow admin to select which to use.
- install_select_profile in ./
install.php - Find all .profile files and allow admin to select which to install.
- update.php in ./
update.php - Administrative page for handling updates from one Drupal version to another.