| phptemplate_menu_local_tasks | drupal/themes/garland/template.php | Returns the rendered local tasks. The default implementation renders
them as tabs. |
| theme_aggregator_block_item | drupal/modules/aggregator/aggregator.module | Format an individual feed item for display in the block. |
| theme_aggregator_feed | drupal/modules/aggregator/aggregator.module | Format a news feed. |
| theme_aggregator_page_item | drupal/modules/aggregator/aggregator.module | Format an individual feed item for display on the aggregator page. |
| theme_aggregator_summary_item | drupal/modules/aggregator/aggregator.module | Return a themed item heading for summary pages located at "aggregator/sources"
and "aggregator/categories". |
| theme_block | drupal/includes/theme.inc | Return a themed block. |
| theme_blocks | drupal/includes/theme.inc | Return a set of blocks available for the current user. |
| theme_box | drupal/includes/theme.inc | Return a themed box. |
| theme_breadcrumb | drupal/includes/theme.inc | Return a themed breadcrumb trail. |
| theme_closure | drupal/includes/theme.inc | Execute hook_footer() which is run at the end of the page right before the
close of the body tag. |
| theme_comment_block | drupal/modules/comment/comment.module | Returns a formatted list of recent comments to be displayed in the comment
block. |
| theme_feed_icon | drupal/includes/theme.inc | Return code that emits an feed icon. |
| theme_filter_tips | drupal/modules/filter/filter.module | Format a set of filter tips. |
| theme_forum_display | drupal/modules/forum/forum.module | Format the forum body. |
| theme_forum_icon | drupal/modules/forum/forum.module | Format the icon for each individual topic. |
| theme_forum_list | drupal/modules/forum/forum.module | Format the forum listing. |
| theme_forum_topic_list | drupal/modules/forum/forum.module | Format the topic listing. |
| theme_forum_topic_navigation | drupal/modules/forum/forum.module | Format the next/previous forum topic navigation links. |
| theme_help | drupal/includes/theme.inc | Return a themed help message. |
| theme_image | drupal/includes/theme.inc | Return a themed image. |
| theme_item_list | drupal/includes/theme.inc | Return a themed list of items. |
| theme_links | drupal/includes/theme.inc | Return a themed set of links. |
| theme_mark | drupal/includes/theme.inc | Return a themed marker, useful for marking new or updated
content. |
| theme_menu_item | drupal/includes/menu.inc | Generate the HTML output for a single menu item. |
| theme_menu_item_link | drupal/includes/menu.inc | Generate the HTML representing a given menu item ID. |
| theme_menu_links | drupal/includes/menu.inc | Returns the themed HTML for primary and secondary links.
Note that this function is overridden by most core themes because
those themes display links in "link | link" format, not from a list.
Also note that by default links rendered with... |
| theme_menu_local_task | drupal/includes/menu.inc | Generate the HTML representing a given menu item ID as a tab. |
| theme_menu_local_tasks | drupal/includes/menu.inc | Returns the rendered local tasks. The default implementation renders
them as tabs. |
| theme_menu_tree | drupal/includes/menu.inc | Generate the HTML for a menu tree. |
| theme_more_help_link | drupal/includes/theme.inc | Returns code that emits the 'more help'-link. |
| theme_node | drupal/includes/theme.inc | Return a themed node. |
| theme_page | drupal/includes/theme.inc | Return an entire Drupal page displaying the supplied content. |
| theme_pager | drupal/includes/pager.inc | Format a query pager. |
| theme_pager_first | drupal/includes/pager.inc | Format a "first page" link. |
| theme_pager_last | drupal/includes/pager.inc | Format a "last page" link. |
| theme_pager_list | drupal/includes/pager.inc | Format a list of nearby pages with additional query results. |
| theme_pager_next | drupal/includes/pager.inc | Format a "next page" link. |
| theme_pager_previous | drupal/includes/pager.inc | Format a "previous page" link. |
| theme_placeholder | drupal/includes/theme.inc | Formats text for emphasized display in a placeholder inside a sentence.
Used automatically by t(). |
| theme_search_item | drupal/modules/search/search.module | Format a single result entry of a search query. This function is normally
called by theme_search_page() or hook_search_page(). |
| theme_search_page | drupal/modules/search/search.module | Format the result page of a search query. |
| theme_status_messages | drupal/includes/theme.inc | Return a themed set of status and/or error messages. The messages are grouped
by type. |
| theme_submenu | drupal/includes/theme.inc | Return a themed submenu, typically displayed under the tabs. |
| theme_table | drupal/includes/theme.inc | Return a themed table. |
| theme_tablesort_indicator | drupal/includes/theme.inc | Return a themed sort icon. |
| theme_table_select_header_cell | drupal/includes/theme.inc | Returns a header cell for tables that have a select all functionality. |
| theme_uc_attribute | ubercart/uc_attribute/uc_attribute.module | Display formatted of data associated with attributes |
| theme_uc_attribute_options | ubercart/uc_attribute/uc_attribute.module | Format an attribute and its options. |
| theme_uc_catalog_block_end | ubercart/uc_catalog/uc_catalog.module | Theme the end of the catalog block.
See alsotheme_uc_catalog_block_start |
| theme_uc_catalog_block_start | ubercart/uc_catalog/uc_catalog.module | Theme the beginning of the catalog block.
See alsotheme_uc_catalog_item |
| theme_uc_catalog_item | ubercart/uc_catalog/uc_catalog.module | Display a formatted link in the catalog block.
See alsotheme_uc_catalog_block_start |
| theme_uc_object_attributes_form | ubercart/uc_attribute/uc_attribute.module | Display the formatted attribute form. |
| theme_uc_object_options_form | ubercart/uc_attribute/uc_attribute.module | Display the option form. |
| theme_uc_product_add_to_cart | ubercart/uc_product/uc_product.module | Wrap the "Add to Cart" form in a <div>. |
| theme_uc_product_dimensions | ubercart/uc_product/uc_product.module | Format a product's length, width, and height. |
| theme_uc_product_dimensions_form | ubercart/uc_product/uc_product.module | Put length, width, and height fields on the same line. |
| theme_uc_product_display_price | ubercart/uc_product/uc_product.module | |
| theme_uc_product_feature_add_form | ubercart/uc_product/uc_product.module | |
| theme_uc_product_field_settings_form | ubercart/uc_product/uc_product.module | Display the product field settings form.
See alsouc_product_field_settings_form |
| theme_uc_product_form_prices | ubercart/uc_product/uc_product.module | |
| theme_uc_product_form_weight | ubercart/uc_product/uc_product.module | |
| theme_uc_product_image | ubercart/uc_product/uc_product.module | Format a product's images with imagecache and Thickbox. |
| theme_uc_product_kit_add_to_cart | ubercart/uc_product_kit/uc_product_kit.module | Wrap the "Add to Cart" form in a <div>. |
| theme_uc_product_model | ubercart/uc_product/uc_product.module | Format a product's model number. |
| theme_uc_product_price | ubercart/uc_product/uc_product.module | Format a product's price. |
| theme_uc_product_sell_price | ubercart/uc_product/uc_product.module | Format the selling price based on the view mode. |
| theme_uc_product_weight | ubercart/uc_product/uc_product.module | Format a product's weight. |
| theme_uc_quote_method_settings | ubercart/shipping/uc_quote/uc_quote.module | Display a formatted list of shipping quote methods and form elements.
See alsouc_quote_method_settings |
| theme_uc_shipping_address | ubercart/shipping/uc_shipping/uc_shipping.module | Compact the address into a table. |
| theme_uc_shipping_edit_package_fieldset | ubercart/shipping/uc_shipping/uc_shipping.module | Display a formatted shipping type fieldset. |
| theme_uc_shipping_new_package_fieldset | ubercart/shipping/uc_shipping/uc_shipping.module | Format and display the products in a shipping type fieldset. |
| theme_uc_shipping_new_shipment | ubercart/shipping/uc_shipping/uc_shipping.module | Format and display the new shipment form. |
| theme_uc_shipping_package_dimensions | ubercart/shipping/uc_shipping/uc_shipping.module | Display length, width, and height fields on one line. |
| theme_uc_ups_label_image | ubercart/shipping/uc_ups/uc_ups.module | Display the shipping label for printing. |
| theme_username | drupal/includes/theme.inc | Format a username. |
| theme_user_list | drupal/modules/user/user.module | Make a list of users. |
| theme_user_profile | drupal/modules/user/user.module | Theme a user page |
| theme_xml_icon | drupal/includes/theme.inc | Return code that emits an XML icon. |