| drupal_bootstrap | includes/bootstrap.inc | A string describing a phase of Drupal to load. Each phase adds to the
previous one, so invoking a later phase automatically runs the earlier
phases too. The most important usage is that if you want to access the
Drupal database from a script without... |
| init_theme | includes/theme.inc | Initialize the theme system by loading the theme. |
| list_themes | includes/theme.inc | Provides a list of currently available themes. |
| variable_get | includes/bootstrap.inc | Return a persistent variable. |
| _init_theme | includes/theme.inc | Initialize the theme system given already loaded information. This
function is useful to initialize a theme when no database is present. |