Functions that display HTML, and which can be customized by themes.
All functions that produce HTML for display should be themeable. This means that they should be named with the theme_ prefix, and invoked using theme() rather than being called directly. This allows themes to override the display of any Drupal object.
The theme system is described and defined in theme.inc.
| Name | Location | Description |
|---|---|---|
| theme_aggregator_block_item | drupal-4-7/modules/aggregator.module | Format an individual feed item for display in the block. |
| theme_aggregator_feed | drupal-4-7/modules/aggregator.module | Format a news feed. |
| theme_aggregator_page_item | drupal-4-7/modules/aggregator.module | Format an individual feed item for display on the aggregator page. |
| theme_aggregator_summary_item | drupal-4-7/modules/aggregator.module | Return a themed item heading for summary pages located at "aggregator/sources" and "aggregator/categories". |
| theme_filter_tips | drupal-4-7/modules/filter.module | Format a set of filter tips. |