_init_theme

Functions that call _init_theme()

Namesort iconLocationDescription
init_themeincludes/theme.incInitialize the theme system by loading the theme.
_drupal_maintenance_themeincludes/theme.maintenance.incSets 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_themeincludes/theme.incInitialize 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()

Namesort iconLocationDescription
drupal_add_cssincludes/common.incAdds a CSS file to the stylesheet queue.
drupal_add_jsincludes/common.incAdd a JavaScript file, setting or inline code to the page.
_init_themeincludes/theme.incInitialize the theme system given already loaded information. This function is useful to initialize a theme when no database is present.
 
 

Drupal is a registered trademark of Dries Buytaert.