17 string references to 'theme' in Drupal 6
- block_schema in modules/
block/ block.install - Implementation of hook_schema().
- color_get_info in modules/
color/ color.module - Retrieve the color.module info for a particular theme.
- color_scheme_form_submit in modules/
color/ color.module - Submit handler for color change form.
- drupal_eval in includes/
common.inc - Evaluate a string of PHP code.
- drupal_get_css in includes/
common.inc - Returns a themed representation of all stylesheets that should be attached to the page.
- list_themes in includes/
theme.inc - Provides a list of currently available themes.
- node_type_form_validate in modules/
node/ content_types.inc - Validates the content type submission form generated by node_type_form().
- system_install in modules/
system/ system.install - Implementation of hook_install().
- system_theme_data in modules/
system/ system.module - Collect data about all currently available themes.
- system_update_6043 in modules/
system/ system.install - Update table indices to make them more rational and useful.
- theme_color_scheme_form in modules/
color/ color.module - Theme color form.
- update_check_incompatibility in ./
update.php - Helper function to test compatibility of a module or theme.
- update_get_projects in modules/
update/ update.compare.inc - Fetch an array of installed and enabled projects.
- user_fields in modules/
user/ user.module - _init_theme in includes/
theme.inc - Initialize the theme system given already loaded information. This function is useful to initialize a theme when no database is present.
- _theme_build_registry in includes/
theme.inc - Rebuild the hook theme_registry cache.
- _theme_process_registry in includes/
theme.inc - Process a single invocation of the theme hook. $type will be one of 'module', 'theme_engine', 'base_theme_engine', 'theme', or 'base_theme' and it tells us some important information.