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