theme_get_settings

Functions that call theme_get_settings()

Namesort iconLocationDescription
system_theme_settingsdrupal/modules/system/system.admin.incForm builder; display theme configuration for entire site and individual themes.
theme_get_settingdrupal/includes/theme.incRetrieve a setting for the current theme. This function is designed for use from within themes & engines to determine theme settings made in the admin interface.

Functions called by theme_get_settings()

Namesort iconLocationDescription
module_existsdrupal/includes/module.incDetermine whether a given module exists.
node_get_typesdrupal/modules/node/node.moduleBuilds a list of available node types, and returns all of part of this list in the specified format.
user_accessdrupal/modules/user/user.moduleDetermine whether the user has a given privilege.
variable_getdrupal/includes/bootstrap.incReturn a persistent variable.