_init_theme
Functions that call _init_theme()
| Name | Location | Description |
|---|---|---|
| init_theme | includes/theme.inc | Initialize the theme system by loading the theme. |
| _drupal_maintenance_theme | includes/theme.maintenance.inc | Sets up the theming system for site installs, updates and when the site is in off-line mode. It also applies when the database is unavailable. |
| _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. |
Functions called by _init_theme()
| Name | Location | Description |
|---|---|---|
| drupal_add_css | includes/common.inc | Adds a CSS file to the stylesheet queue. |
| drupal_add_js | includes/common.inc | Add a JavaScript file, setting or inline code to the page. |
| _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. |
