1 drupal.inc | drupal_get_title() |
Gets the title of the current page.
Deprecated
since 1.0.0
See also
Related topics
File
- core/
includes/ drupal.inc, line 246 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_get_title() {
return backdrop_get_title();
}