| phptemplate_search_item | apachesolr/contrib/apachesolr_image/apachesolr_image.module | Format a single result entry of a search query. This function is normally
called by theme_search_page() or hook_search_page(). |
| phptemplate_user_list | user_display/user_display.theme.inc | Display a list of users. |
| theme_admin_menu_icon | admin_menu/admin_menu.module | Render an icon to display in the Administration Menu. |
| theme_admin_menu_tree | admin_menu/admin_menu.inc | Generate the HTML for a menu tree. |
| theme_attachments | attachment/attachment.module | Formats a list of attachments for a given node. |
| theme_authorinfo | nodeauthor/nodeauthor.module | Format node author information |
| theme_authority_delegation_administer_user_selectors | authority_delegation/authority_delegation.module | Theme the form that the administrator sees for chosing which user selectors
to enable/disable. This function themes the form as a two-column table,
where one column is the selector name and the other is a checkbox. The
table's class is... |
| theme_authority_delegation_delegatable_roles | authority_delegation/authority_delegation.module | Theme the form of delegatable roles in the administrator settings. Returns
a table of the roles. The table's clss is <tt>authority-delegation-roles</tt>. |
| theme_authority_delegation_form | authority_delegation/authority_delegation.module | Theme the form presented to a user for delegating authority.
@htmlonly
The form has the following structure:
@image html images/FORM.png
@endhtmlonly
Each non-property element of @c $form is an array keyed by an RID from the
@c role table. This array... |
| theme_authority_delegation_form_existing | authority_delegation/authority_delegation.module | Theme a form representing existing delegations of authority for the current user.
@htmlonly
The form has the following structure:
@image html images/EXISTING.png
@endhtmlonly
Each child of @c $form represents a single delegation of authority. It... |
| theme_authority_delegation_form_new | authority_delegation/authority_delegation.module | Theme a form denoting a new delegation of authority.
@htmlonly
The form's structure is:
@image images/NEW.png
@endhtmlonly
@c $form has three children:
@li A text field, keyed by <tt>start_date</tt>, denoting the date on... |
| theme_authority_delegation_user_selectors | authority_delegation/authority_delegation.module | Theme the form that lets a user select someone to whom he wants to delegate
delegate authority. Each non-property child of @c $form is a form returned by
a user selector hook. Basically the result of this function is the
concatenation of the... |
| theme_bio_registration_fields | bio/bio.module | Theme function for bio registration form options that adds a disabled flag
to required fields. |
| theme_bookmarks_overview_form | bookmarks/bookmarks.admin.inc | Theme the menu overview form into a table. |
| theme_calendar_arg_title | calendar/calendar.theme | Theme the calendar title and breadcrumbs
Arguments are evaluated in year, month, day or year, week order
so you can track previous values in the session. |
| theme_calendar_calendar_node | calendar/calendar.theme | Themeable node display |
| theme_calendar_date_box | calendar/calendar.theme | Format an date's day box in a calendar |
| theme_calendar_day | calendar/calendar.theme | Format a calendar view |
| theme_calendar_empty_day | calendar/calendar.theme | Format an empty day on a calendar |
| theme_calendar_links | calendar/calendar.theme | Format the links for calendar calendars |
| theme_calendar_month | calendar/calendar.theme | Format a calendar view |
| theme_calendar_nav_next | calendar/calendar.theme | Format the 'next' navigation controls for calendar calendars |
| theme_calendar_nav_prev | calendar/calendar.theme | Format the 'previous' navigation controls for calendar calendars |
| theme_calendar_nav_title | calendar/calendar.theme | Theme the navigation bar title |
| theme_calendar_nav_wrapper | calendar/calendar.theme | Theme for the back/next navigation bar
This is really hackish to put it in a table, but so many themes break otherwise that I gave up on anything else |
| theme_calendar_node_day | calendar/calendar.theme | Format an calendar node for display in an expanded calendar, like a calendar page |
| theme_calendar_node_month | calendar/calendar.theme | Format an calendar node for display in an expanded calendar, like a calendar page |
| theme_calendar_node_week | calendar/calendar.theme | Format an calendar node for display in an expanded calendar, like a calendar page |
| theme_calendar_page_title | calendar/calendar.theme | Theme the calendar page title. |
| theme_calendar_show_nav | calendar/calendar.theme | Format the calendar navigation |
| theme_calendar_stripe_legend | calendar/calendar.theme | Format a node stripe legend |
| theme_calendar_stripe_stripe | calendar/calendar.theme | Format node stripes
Add key value to text, then hide it with css for accessibility to screen readers |
| theme_calendar_view_calendar | calendar/calendar.theme | Calendar Views plugin theme, overrides default views theme
to create a calendar view. |
| theme_calendar_view_list | calendar/calendar.theme | Display the nodes of a view as a list. |
| theme_calendar_view_nodes | calendar/calendar.theme | Display the nodes of a view as plain nodes. |
| theme_calendar_view_summary | calendar/calendar.theme | Calendar summary display. |
| theme_calendar_view_table | calendar/calendar.theme | Display the nodes of a view as a table. |
| theme_calendar_view_teasers | calendar/calendar.theme | Display the nodes of a view as teasers. |
| theme_calendar_week | calendar/calendar.theme | Format a calendar view |
| theme_calendar_year | calendar/calendar.theme | Format a calendar view |
| theme_category_display_navigation | category/category_display/category_display.module | Prepares both the table of contents and the forward/backward
navigation for a node presented as a category or container. |
| theme_category_display_toc_link | category/category_display/category_display.module | Formats a link in a category's TOC display, and appends an assigned node
count if applicable. |
| theme_category_export_html | category/category_export/category_export.module | How the category's HTML export should be themed |
| theme_chatroom_chat | chatroom/chatroom.module | Get HTML for chat. |
| theme_chatroom_chat_archive | chatroom/chatroom.module | Get HTML for chat archive page. |
| theme_chatroom_chat_banned_user | chatroom/chatroom.module | Get HTML for ban message. |
| theme_chatroom_chat_kicked_user | chatroom/chatroom.module | Get HTML for kick message. |
| theme_chatroom_display | chatroom/chatroom.module | Format the chat room listing. |
| theme_chatroom_list | chatroom/chatroom.module | Format the chat room table. |
| theme_community_tags | community_tags/community_tags.module | Theme function to display a list of community tags. |
| theme_community_tags_form | community_tags/community_tags.module | Theme the quick tag form. |
| theme_custom_vote_details | custom_vote/custom_vote.module | Themes the details table. |
| theme_date_display_combination | date/date.module | Theme from/to date combination in the view. |
| theme_date_formatter | date/date.module | Theme date formatter. |
| theme_date_format_interval | date/date.module | Theme a format interval for a date element |
| theme_date_form_combination | date/date.module | Theme from/to date combination on form. |
| theme_date_form_empty | date/date.module | Theme empty date form fields. |
| theme_date_form_fieldgroup | date/date.module | Theme entire date field form. |
| theme_directory_pager_detail | directory/directory.module | Format a summary of the current pager position, such as "6 through 10 of 52". |
| theme_dynmenu_tree | dynmenu/dynmenu.module | Generate the HTML for a dynmenu tree. |
| theme_editor_plugin_help | editor/editor.module | Theme editor plugin token help section. |
| theme_editor_spacer | editor/editor.module | Theme a spacer. |
| theme_editor_toolbar | editor/editor.module | Theme an editor toolbar. |
| theme_event_calendar_date_box | event/event.theme | Format an date's day box in a calendar |
| theme_event_calendar_day | event/event.theme | Format a calendar view |
| theme_event_calendar_list | event/event.theme | Format a calendar view |
| theme_event_calendar_month | event/event.theme | Format a calendar view |
| theme_event_calendar_table | event/event.theme | Format a calendar view |
| theme_event_calendar_week | event/event.theme | Format a calendar view |
| theme_event_empty_day | event/event.theme | Format an empty day on a calendar |
| theme_event_filter_control | event/event.theme | Format the event filter control dropdown |
| theme_event_ical_link | event/event.theme | Format the ical link |
| theme_event_links | event/event.theme | Format the links for event calendars |
| theme_event_more_link | event/event.theme | Format the 'read more' link for events |
| theme_event_nav_next | event/event.theme | Format the 'next' navigation controls for event calendars |
| theme_event_nav_prev | event/event.theme | Format the 'previous' navigation controls for event calendars |
| theme_event_nodeapi | event/event.theme | Format an date value for a nodeapi insert |
| theme_event_node_day | event/event.theme | Format an event node for display in an expanded calendar, like a calendar page |
| theme_event_node_month | event/event.theme | Format an event node for display in an expanded calendar, like a calendar page |
| theme_event_node_week | event/event.theme | Format an event node for display in an expanded calendar, like a calendar page |
| theme_event_upcoming_block | event/event.theme | Format the upcoming event block for event calendars |
| theme_event_upcoming_item | event/event.theme | Format an individual upcoming event block item |
| theme_feedaggregator_block_item | feedparser/feedaggregator_item.module | Format an individual feed item for display in the block. |
| theme_feedaggregator_feed | feedparser/feedaggregator_item.module | Format a news feed. |
| theme_feedaggregator_page_item | feedparser/feedaggregator_item.module | Format an individual feed item for display on the aggregator page. |
| theme_feedaggregator_summary_item | feedparser/feedaggregator_item.module | Return a themed item heading for summary pages located at "aggregator/sources"
and "aggregator/categories". |
| theme_feedapi_aggregator_block_item | feedapi/feedapi_aggregator/feedapi_aggregator.module | Format an individual feed item for display in the block. |
| theme_feedapi_aggregator_page_item | feedapi/feedapi_aggregator/feedapi_aggregator.module | Format an individual feed item for display on the aggregator page. |
| theme_feedapi_aggregator_summary_item | feedapi/feedapi_aggregator/feedapi_aggregator.module | Return a themed item heading for summary pages located at "aggregator/sources"
and "aggregator/categories". |
| theme_feedmanager_feed | feedparser/feedmanager.module | Format a news feed. |
| theme_filefieldflash_field_formatter_flash_or_image | cck_formatters/filefieldflash/filefieldflash.module | Formatter theme function for file fields presented as either Flash movie objects,
utilizing the swfobjectapi, or images. |
| theme_filefieldkml_field_formatter_kml_google | cck_formatters/filefieldkml/filefieldkml.module | Formatter theme function for file fields presented as a KML Google map. |
| theme_forward_email | forward/forward.theme | Format emails |
| theme_forward_postcard | forward/forward.theme | Format the e-postcards |
| theme_gmaplocation_block_image_link | gmaplocation/gmaplocation.module | Format static image for display in the block. |
| theme_gmaplocation_map | gmaplocation/gmaplocation.module | Format div for display Google Maps in it. |
| theme_invite_form | invite/invite.module | Theme function for the invite form. |
| theme_invite_overview | invite/invite.module | Theme function; display the invite overview table. |
| theme_invite_stats_count | invite/invite_stats.module | Theme an invite count. |
| theme_invite_stats_ranking | invite/invite_stats.module | Theme the Top inviters/user rank block. |
| theme_linktocontent_category_settings_page | linktocontent/contrib/linktocontent_category/linktocontent_category.theme | Format the display of the settings page |
| theme_linktocontent_menu_settings_page | linktocontent/contrib/linktocontent_menu/linktocontent_menu.theme | Format the display of the settings page |
| theme_linktocontent_node_settings_page | linktocontent/contrib/linktocontent_node/linktocontent_node.theme | Format the display of the settings page |
| theme_linktocontent_settings_page | linktocontent/linktocontent.theme | Format the display of the settings page |
| theme_menutree_page | menutree/menutree.module | Theme the menutree |
| theme_menutree_tree | menutree/menutree.module | Generate the HTML for a menu tree. |
| theme_money_field_settings_currency_list | money/money.module | Format the list of currencies that is displayed in the money field settings
form. |
| theme_moxie_theme | moxie/moxie.module | Customize a TinyMCE theme. |
| theme_nodeasblock | nodeasblock/nodeasblock.module | Theme the node as a block. |
| theme_nodeforum_display | nodeforum/nodeforum.module | Format the forum body. |
| theme_nodeforum_icon | nodeforum/nodeforum.module | Format the icon for each individual topic. |
| theme_nodeforum_list | nodeforum/nodeforum.module | Format the forum listing. |
| theme_nodeforum_topic_list | nodeforum/nodeforum.module | Format the topic listing. |
| theme_nodeforum_topic_navigation | nodeforum/nodeforum.module | Format the next/previous forum topic navigation links. |
| theme_og_blueprints_admin_dashboard | og_blueprints/og_blueprints.module | Theme the instructional/informational upper portion of several og_blueprints admin pages. |
| theme_og_blueprints_bundlecfg_table | og_blueprints/og_blueprints.module | Theme the bundle settings form into a table. |
| theme_og_collections_collectioncfg_table | og_collections/og_collections.module | Theme the collection settings form into a table. |
| theme_og_forum_display | og_forum/og_forum.module | Format the forum body. |
| theme_og_forum_list | og_forum/og_forum.module | Format the forum listing. |
| theme_og_forum_topic_list | og_forum/og_forum.module | Format the topic listing. |
| theme_og_galleries_full_view | og_galleries/og_galleries.module | Full view of an individual node. |
| theme_og_galleries_item | og_galleries/og_galleries.module | Individual field item. |
| theme_og_galleries_summary | og_galleries/og_galleries.module | Summary gallery teaser view. |
| theme_og_galleries_summary_view | og_galleries/og_galleries.module | Summary view. |
| theme_og_galleries_teaser | og_galleries/og_galleries.module | Teaser view of an individual node. |
| theme_og_panels_table | og/og_panels.module | Wrangle the $form into a tabular listing of pages. |
| theme_ontology_navigation | relationship/plugins/ontology_navigation.module | Prepares both the custom breadcrumb trail and the forward/backward
navigation for a node presented as a book page. |
| theme_ontology_revision_control | relationship/plugins/ontology_revision_control.module | Adds an alertbox to a page if it's outdated. |
| theme_outline_admin_table | outline/outline.module | Format the outline administration form. |
| theme_outline_export_html | outline/outline.module | How the outline's HTML export should be themed |
| theme_outline_page_navigation | outline/outline.module | Prepares the links to children (TOC) and forward/backward
navigation for a node presented as a book page. |
| theme_outline_toc | outline/outline.module | Create formatted html for the table of contents displayed on $node. |
| theme_outline_tree_display | outline/outline.module | This is a default theme display function for outline_tree() |
| theme_pdfview_author | pdfview/pdfview.module | Renders an author line |
| theme_pdfview_html | pdfview/pdfview.module | Renders an HTML string to PDF |
| theme_pdfview_node | pdfview/pdfview.module | Renders PDF output for a node |
| theme_pdfview_pdf | pdfview/pdfview.module | Open a new PDF document and set its properties |
| theme_pdfview_published | pdfview/pdfview.module | Renders a publication date |
| theme_pdfview_title | pdfview/pdfview.module | Renders a title |
| theme_pollfield_bar | pollfield/pollfield.module | Theme graph bar |
| theme_pollfield_results | pollfield/pollfield.module | Theme poll results graph. |
| theme_pollfield_view_item | pollfield/pollfield.module | View individual pollfield item. |
| theme_pollfield_view_voting | pollfield/pollfield.module | Themes the voting form for a pollfield. |
| theme_promote_block | promote_blocks/promote_blocks.module | Format the promoted block
*
* |
| theme_quotes_page | quotes/quotes.module | Themeable function that displays a page of quotes that may be
restricted to a certain user. |
| theme_quotes_quote | quotes/quotes.module | ******************************************************************
//* Themeable Functions
//******************************************************************** |
| theme_read_more | helpers/helpers_theme.module | Function to theme the read more links
Drupal issue number 69571 |
| theme_recipe_export_html | recipe/recipe.module | How the recipe's HTML export should be themed |
| theme_relatedcontent | relatedcontent/relatedcontent.module | Themeable function for the related content. |
| theme_relatedcontent_form | relatedcontent/relatedcontent.module | Themeable function for displaying the overview table. |
| theme_relatedcontent_form_alter_node_type_views | relatedcontent/relatedcontent.module | Themeable function for displaying the table with the views that can be
used as sources. |
| theme_relevant_content_admin | relevant_content/relevant_content.module | Format the module settings page form |
| theme_shorten_string | helpers/helpers_theme.module | Function to theme the a shortened string (see "shorten_string" above) |
| theme_signature_forum | signature_forum/signature_forum.module | Format user signature |
| theme_slideshow_creator | slideshow_creator/slideshow_creator.module | Format the slideshow |
| theme_slideshow_creator_view_image | slideshow_creator/slideshow_creator.cck.inc | Format the slideshow widget |
| theme_suggestedterm | suggestedterms/suggestedterms.module | Build tags for each term.
* |
| theme_taxonomy_block_list | taxonomy_block/taxonomy_block.module | Format the item list. |
| theme_taxonomy_block_list_item | taxonomy_block/taxonomy_block.module | Format a single item for a list. |
| theme_taxonomy_dss_block_tree | taxonomy_dss/taxonomy_dss_block/taxonomy_dss_block.module | Theme for displaying tree of taxonomy terms as a menu tree. |
| theme_taxonomy_dss_body | taxonomy_dss/taxonomy_dss.module | Theme for displaying the taxonomy term page's body. |
| theme_taxonomy_dss_newcontent | taxonomy_dss/taxonomy_dss_newcontent/taxonomy_dss_newcontent.module | Theme for displaying new content from the taxonomy term's sub-terms. |
| theme_taxonomy_dss_term_link | taxonomy_dss/taxonomy_dss.module | Theme for displaying links in the taxonomy page's table of contents. |
| theme_taxonomy_dss_term_nodes | taxonomy_dss/taxonomy_dss.module | Theme for displaying the taxonomy term page's node listing. |
| theme_taxonomy_dss_term_toc | taxonomy_dss/taxonomy_dss.module | Theme for displaying the taxonomy page's table of contents. |
| theme_taxonomy_filter_heading | taxonomy_filter/taxonomy_filter.module | Format a vocab heading in the taxonomy_filter block. |
| theme_taxonomy_filter_item_list | taxonomy_filter/taxonomy_filter.module | Format a subheading in the taxonomy_filter block. |
| theme_taxonomy_filter_link | taxonomy_filter/taxonomy_filter.module | Format a taxonomy_filter link. |
| theme_taxonomy_filter_list_end | taxonomy_filter/taxonomy_filter.module | Format the end of the taxonomy_filter block vocab section. |
| theme_taxonomy_filter_list_start | taxonomy_filter/taxonomy_filter.module | Format the beginning of the taxonomy_filter block vocab section. |
| theme_taxonomy_filter_menu_item | taxonomy_filter/taxonomy_filter.module | Format a filter list menu item. |
| theme_taxonomy_filter_subheading | taxonomy_filter/taxonomy_filter.module | Format a subheading in the taxonomy_filter block. |
| theme_teaser_block_read_more_link | teaser_block/teaser_block.module | Return block content including a link to the node. |
| theme_timer_button | timer/timer.module | Renders timer button output |
| theme_timer_field | timer/timer.module | Renders timer field output |
| theme_tinymce_theme | tinymce/tinymce.module | Customize a TinyMCE theme. |
| theme_tipjoy_button | tipjoy/tipjoy.module | Outputs the script for the tipjoy button in nodes |
| theme_tipjoy_button_block | tipjoy/tipjoy.module | Outputs the script for the tipjoy button block |
| 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_restrictions_overlay_form | uc_restrictions/uc_restrictions.module | Theme for Form Overlay Wrapper |
| 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_upload_perm_per_type_list | upload_perm_per_type/upload_perm_per_type.module | Themes the content type / role listing on the settings page. |
| theme_userAuthoredContentBlock | authored_nodes/authored_nodes.module | |
| theme_views_view_strip_archive | webcomic/webcomic_theme.inc | Theme strip archive |
| theme_webcomic_body | webcomic/webcomic_theme.inc | Theme a body |
| theme_webcomic_episode_grouping | webcomic/webcomic_theme.inc | Theme episode grouping |
| theme_webcomic_episode_listing | webcomic/webcomic_theme.inc | Theme episode listing |
| theme_webcomic_first_link | webcomic/webcomic_theme.inc | Theme first link |
| theme_webcomic_index_link | webcomic/webcomic_theme.inc | Theme index link |
| theme_webcomic_last_link | webcomic/webcomic_theme.inc | Theme last link |
| theme_webcomic_navigation | webcomic/webcomic_theme.inc | Prepares the links to children (TOC) and forward/backward
navigation for a node presented as a webcomic page. |
| theme_webcomic_next_link | webcomic/webcomic_theme.inc | Theme next link |
| theme_webcomic_prev_link | webcomic/webcomic_theme.inc | Theme prev link |
| theme_webcomic_storyline_grouping | webcomic/webcomic_theme.inc | Theme storyline grouping |
| theme_webcomic_storyline_listing | webcomic/webcomic_theme.inc | Theme storyline listing |
| theme_webcomic_strip_listing | webcomic/webcomic_theme.inc | Theme strip listing |
| theme_webcomic_teaser | webcomic/webcomic_theme.inc | Theme a teaser |
| theme_xmlsitemap_settings_additional | xmlsitemap/xmlsitemap.module | Theme additional links form. |