function user_page_title_api in Page Title 7.2
Same name and namespace in other branches
- 8.2 page_title.module \user_page_title_api()
- 6.2 page_title.module \user_page_title_api()
File
- ./
page_title.module, line 919 - Enhanced control over the page title (in the head tag).
Code
function user_page_title_api() {
return page_title_page_title_api();
}