A Guide to Themeable Functions
With over 125 themeable functions available to you in the default Drupal distro, finding exactly what you need can sometimes be a bit of a challenge. In an effort to simplify the process of isolating relevant functions, we present here a list of the themeable functions, organized relative to the functionality they affect.
Aggregator Module Functions
modules/aggregator/aggregator.module
The Aggregator Module provides a variety of functions related to the display of aggregated syndicated content (e.g., RSS, RDF, and Atom).
theme_aggregator_block_item
Formats individual feed items displayed in block.
theme_aggregator_feed
Formats a news feed.
theme_aggregator_page_item
Formats individual feed items displayed on the aggregator page.
theme_aggregator_page_list
Creates an aggregator page listing a number of feed items.
theme_aggregator_summary_item
Formats item heading for summary pages.
Block Module Functions
modules/block/block.module
The Block module controls the boxes...