theme

Functions that call theme()

Namesort iconLocationDescription
aggregator_blockmodules/aggregator/aggregator.moduleImplementation of hook_block().
aggregator_categorize_itemsmodules/aggregator/aggregator.pages.incForm builder; build the page list form.
aggregator_page_categoriesmodules/aggregator/aggregator.pages.incMenu callback; displays all the categories used by the aggregator.
aggregator_page_opmlmodules/aggregator/aggregator.pages.incMenu callback; generates an OPML representation of all feeds.
aggregator_page_rssmodules/aggregator/aggregator.pages.incMenu callback; generate an RSS 0.92 feed of aggregator items or categories.
aggregator_page_sourcemodules/aggregator/aggregator.pages.incMenu callback; displays all the items captured from a particular feed.
aggregator_page_sourcesmodules/aggregator/aggregator.pages.incMenu callback; displays all the feeds used by the aggregator.
aggregator_viewmodules/aggregator/aggregator.admin.incDisplays the aggregator administration page.
blog_blockmodules/blog/blog.moduleImplementation of hook_block().
blog_page_lastmodules/blog/blog.pages.incMenu callback; displays a Drupal page containing recent blog entries of all users.
blog_page_usermodules/blog/blog.pages.incMenu callback; displays a Drupal page containing recent blog entries of a given user.
book_admin_overviewmodules/book/book.admin.incReturns an administrative overview of all books.
book_blockmodules/book/book.moduleImplementation of hook_block().
book_export_htmlmodules/book/book.pages.incThis function is called by book_export() to generate HTML for export.
book_nodeapimodules/book/book.moduleImplementation of hook_nodeapi().
book_node_exportmodules/book/book.moduleGenerates printer-friendly HTML for a node. See alsobook_export_traverse()
book_rendermodules/book/book.pages.incMenu callback; prints a listing of all books.
color_form_altermodules/color/color.moduleImplementation of hook_form_alter().
comment_admin_overviewmodules/comment/comment.admin.incForm builder; Builds the comment overview form for the admin.
comment_blockmodules/comment/comment.moduleImplementation of hook_block().
comment_formmodules/comment/comment.moduleGenerate the basic commenting form, for appending to a node or display on a separate page.
comment_form_add_previewmodules/comment/comment.moduleForm builder; Generate and validate a comment preview form.
comment_form_boxmodules/comment/comment.moduleTheme the comment form box.
comment_linkmodules/comment/comment.moduleImplementation of hook_link().
comment_linksmodules/comment/comment.moduleBuild command links for a comment (e.g.\ edit, reply, delete) with respect to the current user's access permissions.
comment_rendermodules/comment/comment.moduleRenders comment(s).
comment_replymodules/comment/comment.pages.incThis function is responsible for generating a comment reply form. There are several cases that have to be handled, including: replies to comments replies to nodes attempts to reply to nodes that can no longer accept comments respecting access...
contact_admin_categoriesmodules/contact/contact.admin.incCategories/list tab.
dblog_eventmodules/dblog/dblog.admin.incMenu callback; displays details about a log message.
dblog_overviewmodules/dblog/dblog.admin.incMenu callback; displays a listing of log messages.
dblog_topmodules/dblog/dblog.admin.incMenu callback; generic function to display a page of the most frequent dblog events of a specified type.
drupal_access_deniedincludes/common.incGenerates a 403 error if the request is not allowed.
drupal_add_feedincludes/common.incAdd a feed URL for the current page.
drupal_not_foundincludes/common.incGenerates a 404 error if the request can not be handled.
drupal_renderincludes/common.incRenders HTML given a structured array tree.
drupal_site_offlineincludes/common.incGenerates a site offline message.
fileupload_viewdeveloper/examples/fileupload.moduleImplementation of hook_view.
filter_admin_format_formmodules/filter/filter.admin.incGenerate a filter format form. See alsofilter_admin_format_form_validate()
filter_filter_tipsmodules/filter/filter.moduleImplementation of hook_filter_tips().
filter_formmodules/filter/filter.moduleGenerate a selector for choosing a format in a form. See alsofilter_form_validate()
filter_tips_longmodules/filter/filter.pages.incMenu callback; show a page with long filter tips.
forum_blockmodules/forum/forum.moduleImplementation of hook_block().
forum_nodeapimodules/forum/forum.moduleImplementation of hook_nodeapi().
forum_pagemodules/forum/forum.pages.incMenu callback; prints a forum listing.
garland_node_submittedthemes/garland/template.phpFormat the "Submitted by username on date/time" for each node.
garland_preprocess_pagethemes/garland/template.phpOverride or insert variables into the page template.
help_pagemodules/help/help.admin.incMenu callback; prints a page listing general help for a module.
hook_nodeapideveloper/hooks/core.phpAct on nodes defined by other modules.
hook_searchdeveloper/hooks/core.phpDefine a custom search routine.
hook_viewdeveloper/hooks/node.phpDisplay a node.
install_already_done_errorinstall.phpShow an error page when Drupal has already been installed.
install_change_settingsinstall.phpConfigure and rewrite settings.php.
install_maininstall.phpThe Drupal installation happens in a series of steps. We begin by verifying that the current environment meets our minimum requirements. We then go on to verify that settings.php is properly configured. From there we connect to the configured database...
install_no_profile_errorinstall.phpShow an error page when there are no profiles available.
install_select_localeinstall.phpAllow admin to select which locale to use for the current profile.
install_select_profileinstall.phpAllow admin to select which profile to install.
locale_blockmodules/locale/locale.moduleImplementation of hook_block(). Displays a language switcher. Translation links may be provided by other modules.
locale_translate_overview_screenincludes/locale.incOverview screen for translations.
menu_get_active_helpincludes/menu.incReturns the help associated with the active menu item.
menu_local_tasksincludes/menu.incCollects the local tasks (tabs) for a given level.
menu_overview_pagemodules/menu/menu.admin.incMenu callback which shows an overview page of all the custom menus and their descriptions.
menu_tree_outputincludes/menu.incReturns a rendered menu tree.
multipage_form_example_viewdeveloper/examples/multipage_form_example.moduleImplementation of hook_view().
nodeapi_example_nodeapideveloper/examples/nodeapi_example.moduleImplementation of hook_nodeapi().
node_admin_nodesmodules/node/node.admin.incForm builder: Builds the node administration overview.
node_blockmodules/node/node.moduleImplementation of hook_block().
node_example_viewdeveloper/examples/node_example.moduleImplementation of hook_view().
node_overview_typesmodules/node/content_types.incDisplays the content type admin overview page.
node_page_defaultmodules/node/node.moduleMenu callback; Generate a listing of promoted nodes.
node_previewmodules/node/node.pages.incGenerate a node preview.
node_revision_overviewmodules/node/node.pages.incGenerate an overview table of older revisions of a node.
node_searchmodules/node/node.moduleImplementation of hook_search().
node_title_listmodules/node/node.moduleGather a listing of links to nodes.
node_type_formmodules/node/content_types.incGenerates the node type editing form.
node_viewmodules/node/node.moduleGenerate a display of the given node.
openid_form_altermodules/openid/openid.moduleImplementation of hook_form_alter(). Adds OpenID login to the login forms.
openid_user_identitiesmodules/openid/openid.pages.incMenu callback; Manage OpenID identities for the specified user.
page_example_bazdeveloper/examples/page_example.moduleA more complex page callback that takes arguments.
path_admin_overviewmodules/path/path.admin.incReturn a listing of all defined URL aliases. When filter key passed, perform a standard search on the given key, and return the list of matching URL aliases.
phptemplate_comment_submittedthemes/garland/template.phpFormat the "Submitted by username on date/time" for each comment.
poll_choice_jsmodules/poll/poll.moduleMenu callback for AHAH additions.
poll_pagemodules/poll/poll.pages.incMenu callback to provide a simple list of all polls available.
poll_view_resultsmodules/poll/poll.moduleGenerates a graphical representation of the results of a poll.
poll_votesmodules/poll/poll.pages.incCallback for the 'votes' tab for polls you can see other votes on
profile_blockmodules/profile/profile.moduleImplementation of hook_block().
profile_browsemodules/profile/profile.pages.incMenu callback; display a list of user information.
scaffolding_example_overview_pagerdeveloper/examples/scaffolding_example/scaffolding_example.admin.incBuilds a sortable, paged overview of all records.
scaffolding_example_pagedeveloper/examples/scaffolding_example/scaffolding_example.pages.incBuild a simple listing page for records.
search_datamodules/search/search.modulePerform a standard search on the given keys, and return the formatted results.
search_viewmodules/search/search.pages.incMenu callback; presents the search form and/or search results.
simpletest_test_formmodules/simpletest/simpletest.moduleMenu callback for both running tests and listing possible tests
statistics_access_logmodules/statistics/statistics.admin.incMenu callback; Displays recent page accesses.
statistics_recent_hitsmodules/statistics/statistics.admin.incMenu callback; presents the "recent hits" page.
statistics_top_pagesmodules/statistics/statistics.admin.incMenu callback; presents the "top pages" page.
statistics_top_referrersmodules/statistics/statistics.admin.incMenu callback; presents the "referrer" page.
statistics_top_visitorsmodules/statistics/statistics.admin.incMenu callback; presents the "top visitors" page.
system_actions_managemodules/system/system.moduleMenu callback. Display an overview of available and configured actions.
system_admin_by_modulemodules/system/system.admin.incMenu callback; prints a listing of admin tasks for each installed module.
system_admin_menu_block_pagemodules/system/system.admin.incProvide a single block from the administration menu as a page. This function is often a destination for these blocks. For example, 'admin/build/types' needs to have a destination to be valid in the Drupal menu system, but too much...
system_batch_pagemodules/system/system.admin.incDefault page callback for batches.
system_blockmodules/system/system.moduleImplementation of hook_block().
system_initmodules/system/system.moduleImplementation of hook_init().
system_ip_blockingmodules/system/system.admin.incMenu callback. Display blocked IP addresses.
system_logging_overviewmodules/system/system.admin.incMenu callback; Menu page for the various logging options.
system_main_admin_pagemodules/system/system.admin.incMenu callback; Provide the administration overview page.
system_modulesmodules/system/system.admin.incMenu callback; provides module enable/disable interface.
system_modules_confirm_formmodules/system/system.admin.incDisplay confirmation form for dependencies.
system_modules_uninstall_confirm_formmodules/system/system.admin.incConfirm uninstall of selected modules.
system_settings_overviewmodules/system/system.admin.incMenu callback; displays a module's settings page.
system_statusmodules/system/system.admin.incMenu callback: displays the site status report. Can also be used as a pure check.
system_themes_formmodules/system/system.admin.incMenu callback; displays a listing of all themes. See alsosystem_themes_form_submit()
system_theme_select_formmodules/system/system.moduleReturns a fieldset containing the theme select form.
tincludes/common.incTranslate strings to the page language or a given language.
tablesort_headerincludes/tablesort.incFormat a column header.
taxonomy_render_nodesmodules/taxonomy/taxonomy.moduleAccepts the result of a pager_query() call, such as that performed by taxonomy_select_nodes(), and formats each node along with a pager.
taxonomy_term_pagemodules/taxonomy/taxonomy.pages.incMenu callback; displays all nodes associated with a term.
template_preprocess_aggregator_feed_sourcemodules/aggregator/aggregator.pages.incProcess variables for aggregator-feed-source.tpl.php. See alsoaggregator-feed-source.tpl.php
template_preprocess_aggregator_summary_itemsmodules/aggregator/aggregator.pages.incProcess variables for aggregator-summary-items.tpl.php. See alsoaggregator-summary-item.tpl.php
template_preprocess_aggregator_wrappermodules/aggregator/aggregator.pages.incProcess variables for aggregator-wrapper.tpl.php. See alsoaggregator-wrapper.tpl.php
template_preprocess_commentmodules/comment/comment.moduleProcess variables for comment.tpl.php. See alsocomment.tpl.php
template_preprocess_comment_foldedmodules/comment/comment.moduleProcess variables for comment-folded.tpl.php. See alsocomment-folded.tpl.php
template_preprocess_forumsmodules/forum/forum.moduleProcess variables for forums.tpl.php
template_preprocess_forum_listmodules/forum/forum.moduleProcess variables to format a forum listing.
template_preprocess_forum_submittedmodules/forum/forum.moduleProcess variables to format submission info for display in the forum list and topic list.
template_preprocess_forum_topic_listmodules/forum/forum.modulePreprocess variables to format the topic listing.
template_preprocess_maintenance_pageincludes/theme.maintenance.incThe variables generated here is a mirror of template_preprocess_page(). This preprocessor will run it's course when theme_maintenance_page() is invoked. It is also used in theme_install_page() and theme_update_page() to keep all the variables...
template_preprocess_nodeincludes/theme.incProcess variables for node.tpl.php
template_preprocess_pageincludes/theme.incProcess variables for page.tpl.php
template_preprocess_poll_resultsmodules/poll/poll.modulePreprocess the poll_results theme hook.
template_preprocess_profile_blockmodules/profile/profile.moduleProcess variables for profile-block.tpl.php.
template_preprocess_profile_listingmodules/profile/profile.moduleProcess variables for profile-listing.tpl.php.
template_preprocess_search_resultsmodules/search/search.pages.incProcess variables for search-results.tpl.php.
template_preprocess_user_picturemodules/user/user.moduleProcess variables for user-picture.tpl.php.
themeincludes/theme.incGenerate the themed output.
theme_admin_pagemodules/system/system.admin.incThis function formats an administrative page for viewing.
theme_aggregator_block_itemmodules/aggregator/aggregator.moduleFormat an individual feed item for display in the block.
theme_aggregator_categorize_itemsmodules/aggregator/aggregator.pages.incTheme the page list form for assigning categories.
theme_blocksincludes/theme.incReturn a set of blocks available for the current user.
theme_book_admin_tablemodules/book/book.admin.incTheme function for the book administration page form. See alsobook_admin_table()
theme_checkboxincludes/form.incFormat a checkbox.
theme_checkboxesincludes/form.incFormat a set of checkboxes.
theme_comment_admin_overviewmodules/comment/comment.admin.incTheme the comment admin form.
theme_comment_blockmodules/comment/comment.moduleReturns a formatted list of recent comments to be displayed in the comment block.
theme_comment_flat_collapsedmodules/comment/comment.moduleTheme comment flat collapsed view.
theme_comment_flat_expandedmodules/comment/comment.moduleTheme comment flat expanded view.
theme_comment_submittedmodules/comment/comment.moduleTheme a "Submitted by ..." notice.
theme_comment_thread_collapsedmodules/comment/comment.moduleTheme comment thread collapsed view.
theme_comment_thread_expandedmodules/comment/comment.moduleTheme comment thread expanded view.
theme_comment_viewmodules/comment/comment.moduleTheme a single comment block.
theme_dateincludes/form.incFormat a date selection element.
theme_feed_iconincludes/theme.incReturn code that emits an feed icon.
theme_fileincludes/form.incFormat a file upload field.
theme_filter_admin_ordermodules/filter/filter.admin.incTheme filter order configuration form.
theme_filter_admin_overviewmodules/filter/filter.admin.incTheme the admin overview form.
theme_install_pageincludes/theme.maintenance.incGenerate a themed installation page.
theme_itemincludes/form.incFormat a form item.
theme_locale_languages_overview_formincludes/locale.incTheme the language overview form.
theme_menu_overview_formmodules/menu/menu.admin.incTheme the menu overview form into a table.
theme_node_admin_nodesmodules/node/node.admin.incTheme node administration overview.
theme_node_listmodules/node/node.moduleFormat a listing of links to nodes.
theme_node_search_adminmodules/node/node.moduleTheme the content ranking part of the search settings admin page.
theme_node_submittedmodules/node/node.moduleFormat the "Submitted by username on date/time" for each node
theme_pagerincludes/pager.incFormat a query pager.
theme_pager_firstincludes/pager.incFormat a "first page" link.
theme_pager_lastincludes/pager.incFormat a "last page" link.
theme_pager_nextincludes/pager.incFormat a "next page" link.
theme_pager_previousincludes/pager.incFormat a "previous page" link.
theme_passwordincludes/form.incFormat a password field.
theme_password_confirmincludes/form.incFormat a password_confirm item.
theme_phonenumberdeveloper/examples/example_element.moduleTheme function to format the output.
theme_poll_choicesmodules/poll/poll.moduleTheme the admin poll form for choices.
theme_profile_admin_overviewmodules/profile/profile.admin.incTheme the profile field overview into a drag and drop enabled table. See alsoprofile_admin_overview()
theme_radioincludes/form.incFormat a radio button.
theme_radiosincludes/form.incFormat a set of radio buttons.
theme_scaffolding_example_overview_formdeveloper/examples/scaffolding_example/scaffolding_example.admin.incTheme the drag-and-drop overview form.
theme_selectincludes/form.incFormat a dropdown menu or scrolling selection box.
theme_simpletest_test_formmodules/simpletest/simpletest.moduleTheme the SimpleTest form that provides test selection.
theme_submitincludes/form.incTheme a form submit button.
theme_system_admin_by_modulemodules/system/system.admin.incTheme output of the dashboard page.
theme_system_modules_fieldsetmodules/system/system.admin.incTheme callback for the modules form.
theme_system_modules_uninstallmodules/system/system.admin.incThemes a table of currently disabled modules.
theme_system_powered_bymodules/system/system.moduleFormat the Powered by Drupal text.
theme_system_themes_formmodules/system/system.admin.incTheme function for the system themes form.
theme_system_theme_select_formmodules/system/system.admin.incTheme the theme select form.
theme_tablesort_indicatorincludes/theme.incReturn a themed sort icon.
theme_taxonomy_overview_termsmodules/taxonomy/taxonomy.admin.incTheme the terms overview as a sortable list of terms. See alsotaxonomy_overview_terms()
theme_taxonomy_overview_vocabulariesmodules/taxonomy/taxonomy.admin.incTheme the vocabulary overview as a sortable list of vocabularies. See alsotaxonomy_overview_vocabularies()
theme_taxonomy_term_selectmodules/taxonomy/taxonomy.moduleFormat the selection field for choosing terms (by deafult the default selection field is used).
theme_textareaincludes/form.incFormat a textarea.
theme_textfieldincludes/form.incFormat a textfield.
theme_tokenincludes/form.incFormat a form token.
theme_trigger_displaymodules/trigger/trigger.admin.incDisplay actions assigned to this hook-op combination in a table.
theme_update_pageincludes/theme.maintenance.incGenerate a themed update page.
theme_update_reportmodules/update/update.report.incTheme project status report.
theme_update_versionmodules/update/update.report.incTheme the version display of a project.
theme_upload_attachmentsmodules/upload/upload.moduleDisplays file attachments in table
theme_upload_form_currentmodules/upload/upload.moduleTheme the attachments list.
theme_user_admin_accountmodules/user/user.admin.incTheme user administration overview.
theme_user_admin_new_rolemodules/user/user.admin.incTheme the new-role form.
theme_user_admin_permmodules/user/user.admin.incTheme the administer permissions page.
theme_user_listmodules/user/user.moduleMake a list of users.
theme_xml_iconincludes/theme.incReturn code that emits an XML icon.
tracker_pagemodules/tracker/tracker.pages.incMenu callback. Prints a listing of active nodes on the site.
translation_node_overviewmodules/translation/translation.pages.incOverview page for a node's translations.
update_statusmodules/update/update.report.incMenu callback. Generate a page about the update status of projects.
update_task_listupdate.phpAdd the update task list to the current page.
upload_jsmodules/upload/upload.moduleMenu-callback for JavaScript-based uploads.
upload_nodeapimodules/upload/upload.moduleImplementation of hook_nodeapi().
user_admin_accountmodules/user/user.admin.incForm builder; User administration page. See alsouser_admin_account_validate()
user_blockmodules/user/user.moduleImplementation of hook_block().
user_usermodules/user/user.moduleImplementation of hook_user().
user_viewmodules/user/user.pages.incMenu callback; Displays a user or user profile page.
_aggregator_page_listmodules/aggregator/aggregator.pages.incPrints an aggregator page listing a number of feed items.
_batch_progress_page_nojsincludes/batch.incBatch processing page without JavaScript support.
_locale_translate_seekincludes/locale.incPerform a string search and display results in a table
_node_mass_update_batch_finishedmodules/node/node.admin.incNode Mass Update Batch 'finished' callback.
_scaffolding_example_record_linksdeveloper/examples/scaffolding_example/scaffolding_example.admin.incBuild the edit and delete links for a single record. See alsoscaffolding_example_overview_form()
_simpletest_batch_operationmodules/simpletest/simpletest.moduleBatch operation callback.
_system_modules_build_rowmodules/system/system.admin.incBuild a table row for the system modules page.
_system_sqlmodules/system/system.admin.incTheme a SQL result table.

Functions called by theme()

Namesort iconLocationDescription
drupal_discover_templateincludes/theme.incChoose which template file to actually render. These are all suggested templates from themes and modules. Theming implementations can occur on multiple levels. All paths are checked to account for this.
drupal_function_existsincludes/bootstrap.incConfirm that a function is available.
init_themeincludes/theme.incInitialize the theme system by loading the theme.
themeincludes/theme.incGenerate the themed output.
theme_get_registryincludes/theme.incGet the theme registry.
 
 

Drupal is a registered trademark of Dries Buytaert.