224 calls to theme()

aggregator_block in drupal-6.x/modules/aggregator/aggregator.module
Implementation of hook_block().
aggregator_categorize_items in drupal-6.x/modules/aggregator/aggregator.pages.inc
Form builder; build the page list form.
aggregator_page_categories in drupal-6.x/modules/aggregator/aggregator.pages.inc
Menu callback; displays all the categories used by the aggregator.
aggregator_page_opml in drupal-6.x/modules/aggregator/aggregator.pages.inc
Menu callback; generates an OPML representation of all feeds.
aggregator_page_rss in drupal-6.x/modules/aggregator/aggregator.pages.inc
Menu callback; generate an RSS 0.92 feed of aggregator items or categories.
aggregator_page_source in drupal-6.x/modules/aggregator/aggregator.pages.inc
Menu callback; displays all the items captured from a particular feed.
aggregator_page_sources in drupal-6.x/modules/aggregator/aggregator.pages.inc
Menu callback; displays all the feeds used by the aggregator.
aggregator_view in drupal-6.x/modules/aggregator/aggregator.admin.inc
Displays the aggregator administration page.
blog_block in drupal-6.x/modules/blog/blog.module
Implementation of hook_block().
blog_page_last in drupal-6.x/modules/blog/blog.pages.inc
Menu callback; displays a Drupal page containing recent blog entries of all users.
blog_page_user in drupal-6.x/modules/blog/blog.pages.inc
Menu callback; displays a Drupal page containing recent blog entries of a given user.
book_admin_overview in drupal-6.x/modules/book/book.admin.inc
Returns an administrative overview of all books.
book_block in drupal-6.x/modules/book/book.module
Implementation of hook_block().
book_export_html in drupal-6.x/modules/book/book.pages.inc
This function is called by book_export() to generate HTML for export.
book_nodeapi in drupal-6.x/modules/book/book.module
Implementation of hook_nodeapi().
book_node_export in drupal-6.x/modules/book/book.module
Generates printer-friendly HTML for a node.
book_render in drupal-6.x/modules/book/book.pages.inc
Menu callback; prints a listing of all books.
chameleon_comment in drupal-6.x/themes/chameleon/chameleon.theme
chameleon_node in drupal-6.x/themes/chameleon/chameleon.theme
chameleon_page in drupal-6.x/themes/chameleon/chameleon.theme
color_form_alter in drupal-6.x/modules/color/color.module
Implementation of hook_form_alter().
comment_admin_overview in drupal-6.x/modules/comment/comment.admin.inc
Form builder; Builds the comment overview form for the admin.
comment_block in drupal-6.x/modules/comment/comment.module
Implementation of hook_block().
comment_form in drupal-6.x/modules/comment/comment.module
Generate the basic commenting form, for appending to a node or display on a separate page.
comment_form_add_preview in drupal-6.x/modules/comment/comment.module
Form builder; Generate and validate a comment preview form.
comment_form_box in drupal-6.x/modules/comment/comment.module
Theme the comment form box.
comment_link in drupal-6.x/modules/comment/comment.module
Implementation of hook_link().
comment_links in drupal-6.x/modules/comment/comment.module
Build command links for a comment (e.g.\ edit, reply, delete) with respect to the current user's access permissions.
comment_render in drupal-6.x/modules/comment/comment.module
Renders comment(s).
comment_reply in drupal-6.x/modules/comment/comment.pages.inc
This function is responsible for generating a comment reply form. There are several cases that have to be handled, including:
contact_admin_categories in drupal-6.x/modules/contact/contact.admin.inc
Categories/list tab.
contact_mail_user in drupal-6.x/modules/contact/contact.pages.inc
dblog_event in drupal-6.x/modules/dblog/dblog.admin.inc
Menu callback; displays details about a log message.
dblog_overview in drupal-6.x/modules/dblog/dblog.admin.inc
Menu callback; displays a listing of log messages.
dblog_top in drupal-6.x/modules/dblog/dblog.admin.inc
Menu callback; generic function to display a page of the most frequent dblog events of a specified type.
drupal_access_denied in drupal-6.x/includes/common.inc
Generates a 403 error if the request is not allowed.
drupal_add_feed in drupal-6.x/includes/common.inc
Add a feed URL for the current page.
drupal_not_found in drupal-6.x/includes/common.inc
Generates a 404 error if the request can not be handled.
drupal_render in drupal-6.x/includes/common.inc
Renders HTML given a structured array tree.
drupal_site_offline in drupal-6.x/includes/common.inc
Generates a site off-line message.
filter_admin_format_form in drupal-6.x/modules/filter/filter.admin.inc
Generate a filter format form.
filter_filter_tips in drupal-6.x/modules/filter/filter.module
Implementation of hook_filter_tips().
filter_form in drupal-6.x/modules/filter/filter.module
Generates a selector for choosing a format in a form.
filter_tips_long in drupal-6.x/modules/filter/filter.pages.inc
Menu callback; show a page with long filter tips.
forum-icon.tpl.php in drupal-6.x/modules/forum/forum-icon.tpl.php
forum-icon.tpl.php Display an appropriate icon for a forum post.
forums.tpl.php in drupal-6.x/modules/forum/forums.tpl.php
forums.tpl.php Default theme implementation to display a forum which may contain forum containers as well as forum topics.
forum_block in drupal-6.x/modules/forum/forum.module
Implementation of hook_block().
forum_nodeapi in drupal-6.x/modules/forum/forum.module
Implementation of hook_nodeapi().
forum_page in drupal-6.x/modules/forum/forum.pages.inc
Menu callback; prints a forum listing.
help_page in drupal-6.x/modules/help/help.admin.inc
Menu callback; prints a page listing general help for a module.
hook_nodeapi in documentation-6.x/developer/hooks/core.php
Act on nodes defined by other modules.
hook_search in documentation-6.x/developer/hooks/core.php
Define a custom search routine.
hook_search_page in documentation-6.x/developer/hooks/core.php
Override the rendering of search results.
hook_view in documentation-6.x/developer/hooks/node.php
Display a node.
index.php in drupal-6.x/index.php
The PHP page that serves all page requests on a Drupal installation.
install_already_done_error in drupal-6.x/install.php
Show an error page when Drupal has already been installed.
install_change_settings in drupal-6.x/install.php
Configure and rewrite settings.php.
install_main in drupal-6.x/install.php
The 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_error in drupal-6.x/install.php
Show an error page when there are no profiles available.
install_select_locale in drupal-6.x/install.php
Allow admin to select which locale to use for the current profile.
install_select_profile in drupal-6.x/install.php
Allow admin to select which profile to install.
install_tasks in drupal-6.x/install.php
Tasks performed after the database is initialized.
locale_block in drupal-6.x/modules/locale/locale.module
Implementation of hook_block(). Displays a language switcher. Translation links may be provided by other modules.
locale_translate_overview_screen in drupal-6.x/includes/locale.inc
Overview screen for translations.
menu_get_active_help in drupal-6.x/includes/menu.inc
Returns the help associated with the active menu item.
menu_local_tasks in drupal-6.x/includes/menu.inc
Collects the local tasks (tabs) for a given level.
menu_overview_page in drupal-6.x/modules/menu/menu.admin.inc
Menu callback which shows an overview page of all the custom menus and their descriptions.
menu_tree_output in drupal-6.x/includes/menu.inc
Returns a rendered menu tree.
node_add_page in drupal-6.x/modules/node/node.pages.inc
Page callback: Displays add content links for available content types.
node_admin_nodes in drupal-6.x/modules/node/node.admin.inc
Form builder: Builds the node administration overview.
node_block in drupal-6.x/modules/node/node.module
Implementation of hook_block().
node_overview_types in drupal-6.x/modules/node/content_types.inc
Displays the content type admin overview page.
node_page_default in drupal-6.x/modules/node/node.module
Menu callback; Generate a listing of promoted nodes.
node_preview in drupal-6.x/modules/node/node.pages.inc
Generate a node preview.
node_revision_overview in drupal-6.x/modules/node/node.pages.inc
Generate an overview table of older revisions of a node.
node_search in drupal-6.x/modules/node/node.module
Implementation of hook_search().
node_title_list in drupal-6.x/modules/node/node.module
Gather a listing of links to nodes.
node_type_form in drupal-6.x/modules/node/content_types.inc
Generates the node type editing form.
node_view in drupal-6.x/modules/node/node.module
Generate a display of the given node.
openid_form_alter in drupal-6.x/modules/openid/openid.module
Implementation of hook_form_alter : adds OpenID login to the login forms.
openid_user_identities in drupal-6.x/modules/openid/openid.pages.inc
Menu callback; Manage OpenID identities for the specified user.
page.tpl.php in drupal-6.x/modules/system/page.tpl.php
Displays a single Drupal page.
page.tpl.php in drupal-6.x/themes/bluemarine/page.tpl.php
page.tpl.php in drupal-6.x/themes/pushbutton/page.tpl.php
page.tpl.php in drupal-6.x/themes/garland/page.tpl.php
path_admin_overview in drupal-6.x/modules/path/path.admin.inc
Return 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_submitted in drupal-6.x/themes/garland/template.php
Returns the themed submitted-by string for the comment.
phptemplate_node_submitted in drupal-6.x/themes/garland/template.php
Returns the themed submitted-by string for the node.
poll_choice_js in drupal-6.x/modules/poll/poll.module
Menu callback for AHAH additions.
poll_page in drupal-6.x/modules/poll/poll.pages.inc
Menu callback to provide a simple list of all polls available.
poll_view_results in drupal-6.x/modules/poll/poll.module
Generates a graphical representation of the results of a poll.
poll_votes in drupal-6.x/modules/poll/poll.pages.inc
Callback for the 'votes' tab for polls you can see other votes on
profile_block in drupal-6.x/modules/profile/profile.module
Implementation of hook_block().
profile_browse in drupal-6.x/modules/profile/profile.pages.inc
Menu callback; display a list of user information.
search_data in drupal-6.x/modules/search/search.module
Perform a standard search on the given keys, and return the formatted results.
search_view in drupal-6.x/modules/search/search.pages.inc
Menu callback; presents the search form and/or search results.
statistics_access_log in drupal-6.x/modules/statistics/statistics.admin.inc
Menu callback; Displays recent page accesses.
statistics_node_tracker in drupal-6.x/modules/statistics/statistics.pages.inc
statistics_recent_hits in drupal-6.x/modules/statistics/statistics.admin.inc
Menu callback; presents the "recent hits" page.
statistics_top_pages in drupal-6.x/modules/statistics/statistics.admin.inc
Menu callback; presents the "top pages" page.
statistics_top_referrers in drupal-6.x/modules/statistics/statistics.admin.inc
Menu callback; presents the "referrer" page.
statistics_top_visitors in drupal-6.x/modules/statistics/statistics.admin.inc
Menu callback; presents the "top visitors" page.
statistics_user_tracker in drupal-6.x/modules/statistics/statistics.pages.inc
syslog_watchdog in drupal-6.x/modules/syslog/syslog.module
system_actions_manage in drupal-6.x/modules/system/system.module
Menu callback. Display an overview of available and configured actions.
system_admin_by_module in drupal-6.x/modules/system/system.admin.inc
Menu callback; prints a listing of admin tasks for each installed module.
system_admin_menu_block_page in drupal-6.x/modules/system/system.admin.inc
Provide a single block from the administration menu as a page.
system_batch_page in drupal-6.x/modules/system/system.admin.inc
Default page callback for batches.
system_block in drupal-6.x/modules/system/system.module
Implementation of hook_block().
system_logging_overview in drupal-6.x/modules/system/system.admin.inc
Menu callback; Menu page for the various logging options.
system_main_admin_page in drupal-6.x/modules/system/system.admin.inc
Menu callback; Provide the administration overview page.
system_modules_confirm_form in drupal-6.x/modules/system/system.admin.inc
Display confirmation form for dependencies.
system_modules_uninstall_confirm_form in drupal-6.x/modules/system/system.admin.inc
Confirm uninstall of selected modules.
system_settings_overview in drupal-6.x/modules/system/system.admin.inc
Menu callback: Displays the configuration overview page.
system_status in drupal-6.x/modules/system/system.admin.inc
Menu callback: displays the site status report. Can also be used as a pure check.
system_themes_form in drupal-6.x/modules/system/system.admin.inc
Menu callback; displays a listing of all themes.
system_theme_select_form in drupal-6.x/modules/system/system.module
Returns a fieldset containing the theme select form.
t in drupal-6.x/includes/common.inc
Translate strings to the page language or a given language.
tablesort_header in drupal-6.x/includes/tablesort.inc
Format a column header.
taxonomy_render_nodes in drupal-6.x/modules/taxonomy/taxonomy.module
Accepts 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_page in drupal-6.x/modules/taxonomy/taxonomy.pages.inc
Menu callback; displays all nodes associated with a term.
template_preprocess_aggregator_feed_source in drupal-6.x/modules/aggregator/aggregator.pages.inc
Process variables for aggregator-feed-source.tpl.php.
template_preprocess_aggregator_summary_items in drupal-6.x/modules/aggregator/aggregator.pages.inc
Process variables for aggregator-summary-items.tpl.php.
template_preprocess_aggregator_wrapper in drupal-6.x/modules/aggregator/aggregator.pages.inc
Process variables for aggregator-wrapper.tpl.php.
template_preprocess_comment in drupal-6.x/modules/comment/comment.module
Process variables for comment.tpl.php.
template_preprocess_comment_folded in drupal-6.x/modules/comment/comment.module
Process variables for comment-folded.tpl.php.
template_preprocess_forums in drupal-6.x/modules/forum/forum.module
Process variables for forums.tpl.php
template_preprocess_forum_list in drupal-6.x/modules/forum/forum.module
Process variables to format a forum listing.
template_preprocess_forum_submitted in drupal-6.x/modules/forum/forum.module
Process variables to format submission info for display in the forum list and topic list.
template_preprocess_forum_topic_list in drupal-6.x/modules/forum/forum.module
Preprocess variables to format the topic listing.
template_preprocess_maintenance_page in drupal-6.x/includes/theme.maintenance.inc
The 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_node in drupal-6.x/includes/theme.inc
Process variables for node.tpl.php
template_preprocess_page in drupal-6.x/includes/theme.inc
Process variables for page.tpl.php
template_preprocess_poll_results in drupal-6.x/modules/poll/poll.module
Preprocess the poll_results theme hook.
template_preprocess_profile_block in drupal-6.x/modules/profile/profile.module
Process variables for profile-block.tpl.php.
template_preprocess_profile_listing in drupal-6.x/modules/profile/profile.module
Process variables for profile-listing.tpl.php.
template_preprocess_search_results in drupal-6.x/modules/search/search.pages.inc
Process variables for search-results.tpl.php.
template_preprocess_user_picture in drupal-6.x/modules/user/user.module
Process variables for user-picture.tpl.php.
theme_admin_page in drupal-6.x/modules/system/system.admin.inc
This function formats an administrative page for viewing.
theme_aggregator_block_item in drupal-6.x/modules/aggregator/aggregator.module
Format an individual feed item for display in the block.
theme_aggregator_categorize_items in drupal-6.x/modules/aggregator/aggregator.pages.inc
Theme the page list form for assigning categories.
theme_blocks in drupal-6.x/includes/theme.inc
Return a set of blocks available for the current user.
theme_book_admin_table in drupal-6.x/modules/book/book.admin.inc
Theme function for the book administration page form.
theme_checkbox in drupal-6.x/includes/form.inc
Format a checkbox.
theme_checkboxes in drupal-6.x/includes/form.inc
Format a set of checkboxes.
theme_comment_admin_overview in drupal-6.x/modules/comment/comment.admin.inc
Theme the comment admin form.
theme_comment_block in drupal-6.x/modules/comment/comment.module
Returns a formatted list of recent comments to be displayed in the comment block.
theme_comment_controls in drupal-6.x/modules/comment/comment.module
Theme comment controls box where the user can change the default display mode and display order of comments.
theme_comment_flat_collapsed in drupal-6.x/modules/comment/comment.module
Theme comment flat collapsed view.
theme_comment_flat_expanded in drupal-6.x/modules/comment/comment.module
Theme comment flat expanded view.
theme_comment_submitted in drupal-6.x/modules/comment/comment.module
Theme a "Submitted by ..." notice.
theme_comment_thread_collapsed in drupal-6.x/modules/comment/comment.module
Theme comment thread collapsed view.
theme_comment_thread_expanded in drupal-6.x/modules/comment/comment.module
Theme comment thread expanded view.
theme_comment_view in drupal-6.x/modules/comment/comment.module
Themes a single comment and related items.
theme_date in drupal-6.x/includes/form.inc
Format a date selection element.
theme_feed_icon in drupal-6.x/includes/theme.inc
Return code that emits an feed icon.
theme_file in drupal-6.x/includes/form.inc
Format a file upload field.
theme_filter_admin_order in drupal-6.x/modules/filter/filter.admin.inc
Theme filter order configuration form.
theme_filter_admin_overview in drupal-6.x/modules/filter/filter.admin.inc
Theme the admin overview form.
theme_install_page in drupal-6.x/includes/theme.maintenance.inc
Generate a themed installation page.
theme_item in drupal-6.x/includes/form.inc
Format a form item.
theme_locale_languages_overview_form in drupal-6.x/includes/locale.inc
Theme the language overview form.
theme_menu_overview_form in drupal-6.x/modules/menu/menu.admin.inc
Theme the menu overview form into a table.
theme_node_admin_nodes in drupal-6.x/modules/node/node.admin.inc
Theme node administration overview.
theme_node_list in drupal-6.x/modules/node/node.module
Format a listing of links to nodes.
theme_node_search_admin in drupal-6.x/modules/node/node.module
Theme the content ranking part of the search settings admin page.
theme_node_submitted in drupal-6.x/modules/node/node.module
Format the "Submitted by username on date/time" for each node
theme_pager in drupal-6.x/includes/pager.inc
Returns HTML for a query pager.
theme_pager_first in drupal-6.x/includes/pager.inc
Returns HTML for a "first page" link.
theme_pager_last in drupal-6.x/includes/pager.inc
Returns HTML for a "last page" link.
theme_pager_next in drupal-6.x/includes/pager.inc
Returns HTML for a "next page" link.
theme_pager_previous in drupal-6.x/includes/pager.inc
Returns HTML for a "previous page" link.
theme_password in drupal-6.x/includes/form.inc
Format a password field.
theme_password_confirm in drupal-6.x/includes/form.inc
Format a password_confirm item.
theme_poll_choices in drupal-6.x/modules/poll/poll.module
Theme the admin poll form for choices.
theme_profile_admin_overview in drupal-6.x/modules/profile/profile.admin.inc
Theme the profile field overview into a drag and drop enabled table.
theme_radio in drupal-6.x/includes/form.inc
Format a radio button.
theme_radios in drupal-6.x/includes/form.inc
Format a set of radio buttons.
theme_select in drupal-6.x/includes/form.inc
Format a dropdown menu or scrolling selection box.
theme_submit in drupal-6.x/includes/form.inc
Theme a form submit button.
theme_system_admin_by_module in drupal-6.x/modules/system/system.admin.inc
Theme output of the dashboard page.
theme_system_modules in drupal-6.x/modules/system/system.admin.inc
Theme callback for the modules form.
theme_system_modules_uninstall in drupal-6.x/modules/system/system.admin.inc
Themes a table of currently disabled modules.
theme_system_powered_by in drupal-6.x/modules/system/system.module
Format the Powered by Drupal text.
theme_system_themes_form in drupal-6.x/modules/system/system.admin.inc
Theme function for the system themes form.
theme_system_theme_select_form in drupal-6.x/modules/system/system.admin.inc
Theme the theme select form.
theme_tablesort_indicator in drupal-6.x/includes/theme.inc
Return a themed sort icon.
theme_taxonomy_overview_terms in drupal-6.x/modules/taxonomy/taxonomy.admin.inc
Theme the terms overview as a sortable list of terms.
theme_taxonomy_overview_vocabularies in drupal-6.x/modules/taxonomy/taxonomy.admin.inc
Theme the vocabulary overview as a sortable list of vocabularies.
theme_taxonomy_term_select in drupal-6.x/modules/taxonomy/taxonomy.module
Format the selection field for choosing terms (by deafult the default selection field is used).
theme_textarea in drupal-6.x/includes/form.inc
Format a textarea.
theme_textfield in drupal-6.x/includes/form.inc
Format a textfield.
theme_token in drupal-6.x/includes/form.inc
Format a form token.
theme_trigger_display in drupal-6.x/modules/trigger/trigger.admin.inc
Display actions assigned to this hook-op combination in a table.
theme_update_page in drupal-6.x/includes/theme.maintenance.inc
Generate a themed update page.
theme_update_report in drupal-6.x/modules/update/update.report.inc
Theme project status report.
theme_update_version in drupal-6.x/modules/update/update.report.inc
Theme the version display of a project.
theme_upload_attachments in drupal-6.x/modules/upload/upload.module
Displays file attachments in table
theme_upload_form_current in drupal-6.x/modules/upload/upload.module
Theme the attachments list.
theme_user_admin_account in drupal-6.x/modules/user/user.admin.inc
Theme user administration overview.
theme_user_admin_new_role in drupal-6.x/modules/user/user.admin.inc
Theme the new-role form.
theme_user_admin_perm in drupal-6.x/modules/user/user.admin.inc
Theme the administer permissions page.
theme_user_list in drupal-6.x/modules/user/user.module
Make a list of users.
theme_xml_icon in drupal-6.x/includes/theme.inc
Return code that emits an XML icon.
tracker_page in drupal-6.x/modules/tracker/tracker.pages.inc
Menu callback. Prints a listing of active nodes on the site.
translation_node_overview in drupal-6.x/modules/translation/translation.pages.inc
Overview page for a node's translations.
update_results_page in drupal-6.x/update.php
update_status in drupal-6.x/modules/update/update.report.inc
Menu callback. Generate a page about the update status of projects.
update_task_list in drupal-6.x/update.php
Add the update task list to the current page.
upload_js in drupal-6.x/modules/upload/upload.module
Menu-callback for JavaScript-based uploads.
upload_nodeapi in drupal-6.x/modules/upload/upload.module
Implementation of hook_nodeapi().
user_admin_access in drupal-6.x/modules/user/user.admin.inc
Menu callback: list all access rules
user_admin_account in drupal-6.x/modules/user/user.admin.inc
Form builder; User administration page.
user_block in drupal-6.x/modules/user/user.module
Implementation of hook_block().
user_edit_form in drupal-6.x/modules/user/user.module
user_login_block in drupal-6.x/modules/user/user.module
user_user in drupal-6.x/modules/user/user.module
Implementation of hook_user().
user_view in drupal-6.x/modules/user/user.pages.inc
Menu callback; Displays a user or user profile page.
_aggregator_page_list in drupal-6.x/modules/aggregator/aggregator.pages.inc
Prints an aggregator page listing a number of feed items.
_batch_progress_page_nojs in drupal-6.x/includes/batch.inc
Batch processing page without JavaScript support.
_db_error_page in drupal-6.x/includes/database.inc
Helper function to show fatal database errors.
_locale_translate_seek in drupal-6.x/includes/locale.inc
Perform a string search and display results in a table
_node_mass_update_batch_finished in drupal-6.x/modules/node/node.admin.inc
Node Mass Update Batch 'finished' callback.
_system_sql in drupal-6.x/modules/system/system.admin.inc
Theme a SQL result table.