58 calls to drupal_set_title()

aggregator_page_source in drupal-6.x/modules/aggregator/aggregator.pages.inc
Menu callback; displays all the items captured from a particular feed.
block_admin_configure in drupal-6.x/modules/block/block.admin.inc
Menu callback; displays the block configuration form.
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_edit in drupal-6.x/modules/book/book.admin.inc
Build the form to administrate the hierarchy of a single book.
book_outline in drupal-6.x/modules/book/book.pages.inc
Menu callback; show the outline form for a single node.
comment_form_add_preview in drupal-6.x/modules/comment/comment.module
Form builder; Generate and validate a comment preview form.
confirm_form in drupal-6.x/modules/system/system.module
Generates a form array for a confirmation form.
contact_user_page in drupal-6.x/modules/contact/contact.pages.inc
Personal contact page.
drupal_access_denied in drupal-6.x/includes/common.inc
Generates a 403 error if the request is not allowed.
drupal_get_title in drupal-6.x/includes/path.inc
Get the title of the current page, for display on the page and in the title bar.
drupal_not_found in drupal-6.x/includes/common.inc
Generates a 404 error if the request can not be handled.
drupal_site_offline in drupal-6.x/includes/common.inc
Generates a site off-line message.
example_profile_tasks in documentation-6.x/developer/example.profile
Perform any final installation tasks for this profile.
filter_admin_configure_page in drupal-6.x/modules/filter/filter.admin.inc
Menu callback; display settings defined by a format's filters.
filter_admin_format_page in drupal-6.x/modules/filter/filter.admin.inc
Menu callback; Display a filter format form.
filter_admin_order_page in drupal-6.x/modules/filter/filter.admin.inc
Menu callback; display form for ordering filters for a format.
help_page in drupal-6.x/modules/help/help.admin.inc
Menu callback; prints a page listing general help for a module.
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.
node_add in drupal-6.x/modules/node/node.pages.inc
Present a node submission form or a set of links to such forms.
node_page_default in drupal-6.x/modules/node/node.module
Menu callback; Generate a listing of promoted nodes.
node_page_edit in drupal-6.x/modules/node/node.pages.inc
Menu callback; presents the node editing form, or redirects to delete confirmation.
node_page_view in drupal-6.x/modules/node/node.module
Menu callback; view a single node.
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_show in drupal-6.x/modules/node/node.module
Generate a page displaying a single node, along with its comments.
openid_user_identities in drupal-6.x/modules/openid/openid.pages.inc
Menu callback; Manage OpenID identities for the specified user.
path_admin_edit in drupal-6.x/modules/path/path.admin.inc
Menu callback; handles pages for creating and editing URL aliases.
poll_results in drupal-6.x/modules/poll/poll.pages.inc
Callback for the 'results' tab for polls you can vote on
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_browse in drupal-6.x/modules/profile/profile.pages.inc
Menu callback; display a list of user information.
profile_field_form in drupal-6.x/modules/profile/profile.admin.inc
Menu callback: Generate a form to add/edit a user profile field.
statistics_node_tracker in drupal-6.x/modules/statistics/statistics.pages.inc
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
taxonomy_add_term_page in drupal-6.x/modules/taxonomy/taxonomy.admin.inc
Menu callback; return the edit form for a new term after setting the title.
taxonomy_overview_terms in drupal-6.x/modules/taxonomy/taxonomy.admin.inc
Form builder for the taxonomy terms overview.
taxonomy_term_page in drupal-6.x/modules/taxonomy/taxonomy.pages.inc
Menu callback; displays all nodes associated with a term.
template_preprocess_forums in drupal-6.x/modules/forum/forum.module
Process variables for forums.tpl.php
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_access_denied_page in drupal-6.x/update.php
update_info_page in drupal-6.x/update.php
update_results_page in drupal-6.x/update.php
update_selection_page in drupal-6.x/update.php
Renders a form with a list of available database updates.
user_edit in drupal-6.x/modules/user/user.pages.inc
Form builder; Present the form to edit a given user or profile category.
user_view in drupal-6.x/modules/user/user.pages.inc
Menu callback; Displays a user or user profile page.
_batch_do in drupal-6.x/includes/batch.inc
Do one pass of execution and inform back the browser about progression (used for JavaScript-mode only).
_batch_progress_page_js in drupal-6.x/includes/batch.inc
Batch processing page with JavaScript support.
_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.