31 string references to 'theme'

block_admin_display_form in drupal-6.x/modules/block/block.admin.inc
Generate main blocks administration form.
block_admin_display_form_submit in drupal-6.x/modules/block/block.admin.inc
Process main blocks administration form submission.
block_schema in drupal-6.x/modules/block/block.install
Implementation of hook_schema().
color_get_info in drupal-6.x/modules/color/color.module
Retrieve the color.module info for a particular theme.
color_scheme_form in drupal-6.x/modules/color/color.module
Form callback. Returns the configuration form.
color_scheme_form_submit in drupal-6.x/modules/color/color.module
Submit handler for color change form.
drupal_add_css in drupal-6.x/includes/common.inc
Adds a CSS file to the stylesheet queue.
drupal_add_js in drupal-6.x/includes/common.inc
Add a JavaScript file, setting or inline code to the page.
drupal_eval in drupal-6.x/includes/common.inc
Evaluate a string of PHP code.
drupal_get_css in drupal-6.x/includes/common.inc
Returns a themed representation of all stylesheets that should be attached to the page.
drupal_get_js in drupal-6.x/includes/common.inc
Returns a themed presentation of all JavaScript code for the current page.
list_themes in drupal-6.x/includes/theme.inc
Provides a list of currently available themes.
node_type_form_validate in drupal-6.x/modules/node/content_types.inc
Validates the content type submission form generated by node_type_form().
system_install in drupal-6.x/modules/system/system.install
Implementation of hook_install().
system_theme_data in drupal-6.x/modules/system/system.module
Collect data about all currently available themes.
system_theme_select_form in drupal-6.x/modules/system/system.module
Returns a fieldset containing the theme select form.
system_update_6043 in drupal-6.x/modules/system/system.install
Update table indices to make them more rational and useful.
system_user in drupal-6.x/modules/system/system.module
Implementation of hook_user().
template_preprocess_block_admin_display_form in drupal-6.x/modules/block/block.admin.inc
Process variables for block-admin-display.tpl.php.
theme_color_scheme_form in drupal-6.x/modules/color/color.module
Theme color form.
theme_system_theme_select_form in drupal-6.x/modules/system/system.admin.inc
Theme the theme select form.
theme_update_report in drupal-6.x/modules/update/update.report.inc
Theme project status report.
update_check_incompatibility in drupal-6.x/update.php
Helper function to test compatibility of a module or theme.
update_get_projects in drupal-6.x/modules/update/update.compare.inc
Fetch an array of installed and enabled projects.
user_fields in drupal-6.x/modules/user/user.module
user_schema in drupal-6.x/modules/user/user.install
Implementation of hook_schema().
_block_rehash in drupal-6.x/modules/block/block.module
Update the 'blocks' DB table with the blocks currently exported by modules.
_color_page_alter in drupal-6.x/modules/color/color.module
Callback for the theme to alter the resources used.
_init_theme in drupal-6.x/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 drupal-6.x/includes/theme.inc
Rebuild the hook theme_registry cache.
_theme_process_registry in drupal-6.x/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.