drupal_set_title

Functions that call drupal_set_title()

Namesort iconLocationDescription
block_admin_configuremodules/block.moduleMenu callback; displays the block configuration form.
blog_page_usermodules/blog.moduleDisplays a Drupal page containing recent blog entries of a given user.
book_admin_editmodules/book.moduleDisplay an administrative view of the hierarchy of a book.
book_outlinemodules/book.moduleImplementation of function book_outline() Handles all book outline operations.
contact_mail_usermodules/contact.modulePersonal contact page.
db_connectincludes/database.pgsql.incInitialize a database connection.
db_set_activeincludes/database.incActivate a database for future queries.
drupal_access_deniedincludes/common.incGenerates a 403 error if the request is not allowed.
drupal_get_titleincludes/path.incGet the title of the current page, for display on the page and in the title bar.
drupal_not_foundincludes/common.incGenerates a 404 error if the request can not be handled.
drupal_set_titleincludes/path.incSet the title of the current page, for display on the page and in the title bar.
drupal_site_offlineincludes/common.incGenerates a site off-line message
node_addmodules/node.modulePresent a node submission form or a set of links to such forms.
node_pagemodules/node.moduleMenu callback; dispatches control to the appropriate operation handler.
node_previewmodules/node.moduleGenerate a node preview.
node_revisionsmodules/node.moduleMenu callback for revisions related activities.
node_revision_overviewmodules/node.moduleGenerate an overview table of older revisions of a node.
path_admin_editmodules/path.moduleMenu callback; handles pages for creating and editing URL aliases.
poll_resultsmodules/poll.moduleCallback for the 'results' tab for polls you can vote on
profile_browsemodules/profile.moduleMenu callback; display a list of user information.
profile_field_formmodules/profile.moduleMenu callback: Generate a form to add/edit a user profile field.
statistics_top_pagesmodules/statistics.moduleMenu callback; presents the "top pages" page.
statistics_top_referrersmodules/statistics.moduleMenu callback; presents the "referrer" page.
statistics_top_visitorsmodules/statistics.moduleMenu callback; presents the "top visitors" page.
taxonomy_overview_termsmodules/taxonomy.moduleDisplay a tree of all the terms in a vocabulary, with options to edit each one.
taxonomy_term_pagemodules/taxonomy.moduleMenu callback; displays all nodes associated with a term.
theme_forum_displaymodules/forum.moduleFormat the forum body.
tracker_track_usermodules/tracker.moduleMenu callback. Prints a listing of active nodes on the site.
update_do_update_pageupdate.phpPerform updates for the JS version and return progress.
update_progress_page_nojsupdate.phpPerform updates for the non-JS version and return the status page.

Functions called by drupal_set_title()

Namesort iconLocationDescription
drupal_set_titleincludes/path.incSet the title of the current page, for display on the page and in the title bar.
 
 

Drupal is a registered trademark of Dries Buytaert.