| db_connect | drupal/includes/database.pgsql.inc | Initialize a database connection. |
| db_connect | drupal/includes/database.pgsql.inc | Initialize a database connection. |
| db_set_active | drupal/includes/database.inc | Activate a database for future queries. |
| drupal_maintenance_theme | drupal/includes/bootstrap.inc | Enables use of the theme system without requiring database access. Since
there is not database access no theme will be enabled and the default
themeable functions will be called. Some themeable functions can not be used
without the full Drupal API... |
| drupal_maintenance_theme | drupal/includes/bootstrap.inc | Enables use of the theme system without requiring database access. Since
there is not database access no theme will be enabled and the default
themeable functions will be called. Some themeable functions can not be used
without the full Drupal API... |
| drupal_set_title | drupal/includes/path.inc | Set the title of the current page, for display on the page and in the title bar. |
| drupal_set_title | drupal/includes/path.inc | Set the title of the current page, for display on the page and in the title bar. |
| theme | drupal/includes/theme.inc | Generate the themed representation of a Drupal object. |
| theme | drupal/includes/theme.inc | Generate the themed representation of a Drupal object. |